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

Unified Diff: webrtc/api/umametrics.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/test/testsdpstrings.h ('k') | webrtc/api/videosource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/umametrics.h
diff --git a/talk/app/webrtc/umametrics.h b/webrtc/api/umametrics.h
similarity index 97%
rename from talk/app/webrtc/umametrics.h
rename to webrtc/api/umametrics.h
index 14fac962f4c6e81b1a7c77f08aaeeeb2bda54aaf..f72ad3be232579e54a9ce5d531e4f56062295d67 100644
--- a/talk/app/webrtc/umametrics.h
+++ b/webrtc/api/umametrics.h
@@ -27,8 +27,8 @@
// This file contains enums related to IPv4/IPv6 metrics.
-#ifndef TALK_APP_WEBRTC_UMAMETRICS_H_
-#define TALK_APP_WEBRTC_UMAMETRICS_H_
+#ifndef WEBRTC_API_UMAMETRICS_H_
+#define WEBRTC_API_UMAMETRICS_H_
namespace webrtc {
@@ -125,4 +125,4 @@ enum IceCandidatePairType {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_UMAMETRICS_H_
+#endif // WEBRTC_API_UMAMETRICS_H_
« no previous file with comments | « webrtc/api/test/testsdpstrings.h ('k') | webrtc/api/videosource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698