Index: webrtc/api/fakemetricsobserver.h |
diff --git a/talk/app/webrtc/fakemetricsobserver.h b/webrtc/api/fakemetricsobserver.h |
similarity index 92% |
rename from talk/app/webrtc/fakemetricsobserver.h |
rename to webrtc/api/fakemetricsobserver.h |
index e3a22841d84c2104dafcdee1b5e9a18cc46e9591..1f4c2ab8385cbc1168d34b163c7eff03b93283f8 100644 |
--- a/talk/app/webrtc/fakemetricsobserver.h |
+++ b/webrtc/api/fakemetricsobserver.h |
@@ -25,13 +25,13 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_FAKEMETRICSOBSERVER_H_ |
-#define TALK_APP_WEBRTC_FAKEMETRICSOBSERVER_H_ |
+#ifndef WEBRTC_API_FAKEMETRICSOBSERVER_H_ |
+#define WEBRTC_API_FAKEMETRICSOBSERVER_H_ |
#include <map> |
#include <string> |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
#include "webrtc/base/thread_checker.h" |
namespace webrtc { |
@@ -65,4 +65,4 @@ class FakeMetricsObserver : public MetricsObserverInterface { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_FAKEMETRICSOBSERVER_H_ |
+#endif // WEBRTC_API_FAKEMETRICSOBSERVER_H_ |