Index: webrtc/api/statscollector_unittest.cc |
diff --git a/talk/app/webrtc/statscollector_unittest.cc b/webrtc/api/statscollector_unittest.cc |
similarity index 99% |
rename from talk/app/webrtc/statscollector_unittest.cc |
rename to webrtc/api/statscollector_unittest.cc |
index 1b16b0c4fa7914fa58b8fea5805ed02fc8a932bc..b99aa12430da39630fe3debfd30afa16abe9f3a2 100644 |
--- a/talk/app/webrtc/statscollector_unittest.cc |
+++ b/webrtc/api/statscollector_unittest.cc |
@@ -29,18 +29,18 @@ |
#include <algorithm> |
-#include "talk/app/webrtc/statscollector.h" |
- |
-#include "talk/app/webrtc/mediastream.h" |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/mediastreamtrack.h" |
-#include "talk/app/webrtc/peerconnection.h" |
-#include "talk/app/webrtc/peerconnectionfactory.h" |
-#include "talk/app/webrtc/test/fakedatachannelprovider.h" |
-#include "talk/app/webrtc/videotrack.h" |
+#include "webrtc/api/statscollector.h" |
+ |
#include "talk/session/media/channelmanager.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "webrtc/api/mediastream.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/mediastreamtrack.h" |
+#include "webrtc/api/peerconnection.h" |
+#include "webrtc/api/peerconnectionfactory.h" |
+#include "webrtc/api/test/fakedatachannelprovider.h" |
+#include "webrtc/api/videotrack.h" |
#include "webrtc/base/base64.h" |
#include "webrtc/base/fakesslidentity.h" |
#include "webrtc/base/gunit.h" |