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

Unified Diff: webrtc/api/audiotrack.cc

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/audiotrack.h ('k') | webrtc/api/datachannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « webrtc/api/audiotrack.h ('k') | webrtc/api/datachannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698