| Index: webrtc/api/audiotrack.cc
|
| diff --git a/talk/app/webrtc/audiotrack.cc b/webrtc/api/audiotrack.cc
|
| similarity index 97%
|
| rename from talk/app/webrtc/audiotrack.cc
|
| rename to webrtc/api/audiotrack.cc
|
| index b3223cd29fbb8bd0d72e4e0792824d479c188db5..1ae05359364d1fcdda52c60ed9403c3798adb8cc 100644
|
| --- a/talk/app/webrtc/audiotrack.cc
|
| +++ b/webrtc/api/audiotrack.cc
|
| @@ -1,6 +1,6 @@
|
| /*
|
| * libjingle
|
| - * Copyright 2004--2011 Google Inc.
|
| + * Copyright 2011 Google Inc.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are met:
|
| @@ -25,7 +25,7 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/audiotrack.h"
|
| +#include "webrtc/api/audiotrack.h"
|
|
|
| #include "webrtc/base/checks.h"
|
|
|
|
|