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

Unified Diff: webrtc/api/localaudiosource.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/localaudiosource.h ('k') | webrtc/api/localaudiosource_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/localaudiosource.cc
diff --git a/talk/app/webrtc/localaudiosource.cc b/webrtc/api/localaudiosource.cc
similarity index 97%
rename from talk/app/webrtc/localaudiosource.cc
rename to webrtc/api/localaudiosource.cc
index 9789fe6f543a3cab6a8a36f4d26a916b230d27b0..7aa05bb36fc472f5eac90ae9643181b22309ed1e 100644
--- a/talk/app/webrtc/localaudiosource.cc
+++ b/webrtc/api/localaudiosource.cc
@@ -25,11 +25,11 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/localaudiosource.h"
+#include "webrtc/api/localaudiosource.h"
#include <vector>
-#include "talk/app/webrtc/mediaconstraintsinterface.h"
+#include "webrtc/api/mediaconstraintsinterface.h"
#include "webrtc/media/base/mediaengine.h"
using webrtc::MediaConstraintsInterface;
« no previous file with comments | « webrtc/api/localaudiosource.h ('k') | webrtc/api/localaudiosource_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698