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

Unified Diff: webrtc/api/statscollector.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/statscollector.h ('k') | webrtc/api/statscollector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statscollector.cc
diff --git a/talk/app/webrtc/statscollector.cc b/webrtc/api/statscollector.cc
similarity index 99%
rename from talk/app/webrtc/statscollector.cc
rename to webrtc/api/statscollector.cc
index 883766a36c0909d4bb764f807eb364e425481726..c326ea14f9f45a05ceedf3c99d3f25cf204fe571 100644
--- a/talk/app/webrtc/statscollector.cc
+++ b/webrtc/api/statscollector.cc
@@ -25,12 +25,12 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/statscollector.h"
+#include "webrtc/api/statscollector.h"
#include <utility>
#include <vector>
-#include "talk/app/webrtc/peerconnection.h"
+#include "webrtc/api/peerconnection.h"
#include "talk/session/media/channel.h"
#include "webrtc/base/base64.h"
#include "webrtc/base/checks.h"
« no previous file with comments | « webrtc/api/statscollector.h ('k') | webrtc/api/statscollector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698