Index: webrtc/api/audiotrack.h |
diff --git a/talk/app/webrtc/audiotrack.h b/webrtc/api/audiotrack.h |
similarity index 91% |
rename from talk/app/webrtc/audiotrack.h |
rename to webrtc/api/audiotrack.h |
index 55f48377145ef044942b397357c6dc41c5bf97d5..87fc41f43f3ea00d009b3ef1ae339de1454e8b6a 100644 |
--- a/talk/app/webrtc/audiotrack.h |
+++ b/webrtc/api/audiotrack.h |
@@ -25,14 +25,14 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_AUDIOTRACK_H_ |
-#define TALK_APP_WEBRTC_AUDIOTRACK_H_ |
+#ifndef WEBRTC_API_AUDIOTRACK_H_ |
+#define WEBRTC_API_AUDIOTRACK_H_ |
#include <string> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/mediastreamtrack.h" |
-#include "talk/app/webrtc/notifier.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/mediastreamtrack.h" |
+#include "webrtc/api/notifier.h" |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
#include "webrtc/base/thread_checker.h" |
@@ -73,4 +73,4 @@ class AudioTrack : public MediaStreamTrack<AudioTrackInterface>, |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_AUDIOTRACK_H_ |
+#endif // WEBRTC_API_AUDIOTRACK_H_ |