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

Unified Diff: webrtc/api/fakemetricsobserver.h

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/fakemediacontroller.h ('k') | webrtc/api/fakemetricsobserver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/fakemediacontroller.h ('k') | webrtc/api/fakemetricsobserver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698