Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: webrtc/api/audiotrack.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/api_tests.gyp ('k') | webrtc/api/audiotrack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/api_tests.gyp ('k') | webrtc/api/audiotrack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698