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

Unified Diff: webrtc/api/remoteaudiosource.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/remoteaudiosource.h ('k') | webrtc/api/remoteaudiotrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/remoteaudiosource.cc
diff --git a/talk/app/webrtc/remoteaudiosource.cc b/webrtc/api/remoteaudiosource.cc
similarity index 98%
rename from talk/app/webrtc/remoteaudiosource.cc
rename to webrtc/api/remoteaudiosource.cc
index e904dd91925e48654832a5bb769f2e971c8b513e..9a0900d920275890e8579d50e1d1fe59f629ec30 100644
--- a/talk/app/webrtc/remoteaudiosource.cc
+++ b/webrtc/api/remoteaudiosource.cc
@@ -25,13 +25,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/remoteaudiosource.h"
+#include "webrtc/api/remoteaudiosource.h"
#include <algorithm>
#include <functional>
#include <utility>
-#include "talk/app/webrtc/mediastreamprovider.h"
+#include "webrtc/api/mediastreamprovider.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
« no previous file with comments | « webrtc/api/remoteaudiosource.h ('k') | webrtc/api/remoteaudiotrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698