Index: webrtc/api/statscollector.h |
diff --git a/talk/app/webrtc/statscollector.h b/webrtc/api/statscollector.h |
similarity index 95% |
rename from talk/app/webrtc/statscollector.h |
rename to webrtc/api/statscollector.h |
index 56db79de209d8a83b85bb61aa3943a7a15115e7f..caeac82b03fe7e5125c0a299c490343d0e5609bd 100644 |
--- a/talk/app/webrtc/statscollector.h |
+++ b/webrtc/api/statscollector.h |
@@ -28,17 +28,17 @@ |
// This file contains a class used for gathering statistics from an ongoing |
// libjingle PeerConnection. |
-#ifndef TALK_APP_WEBRTC_STATSCOLLECTOR_H_ |
-#define TALK_APP_WEBRTC_STATSCOLLECTOR_H_ |
+#ifndef WEBRTC_API_STATSCOLLECTOR_H_ |
+#define WEBRTC_API_STATSCOLLECTOR_H_ |
#include <map> |
#include <string> |
#include <vector> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
-#include "talk/app/webrtc/statstypes.h" |
-#include "talk/app/webrtc/webrtcsession.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
+#include "webrtc/api/statstypes.h" |
+#include "webrtc/api/webrtcsession.h" |
namespace webrtc { |
@@ -166,4 +166,4 @@ class StatsCollector { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_STATSCOLLECTOR_H_ |
+#endif // WEBRTC_API_STATSCOLLECTOR_H_ |