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

Unified Diff: webrtc/api/statstypes.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/statscollector_unittest.cc ('k') | webrtc/api/statstypes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statstypes.h
diff --git a/talk/app/webrtc/statstypes.h b/webrtc/api/statstypes.h
similarity index 99%
rename from talk/app/webrtc/statstypes.h
rename to webrtc/api/statstypes.h
index 6f547e1a5280e0b79b836d54717e132275116813..753cba61da935e0e9052df0e244e2b2d5266652e 100644
--- a/talk/app/webrtc/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -28,8 +28,8 @@
// This file contains structures used for retrieving statistics from an ongoing
// libjingle session.
-#ifndef TALK_APP_WEBRTC_STATSTYPES_H_
-#define TALK_APP_WEBRTC_STATSTYPES_H_
+#ifndef WEBRTC_API_STATSTYPES_H_
+#define WEBRTC_API_STATSTYPES_H_
#include <algorithm>
#include <list>
@@ -416,4 +416,4 @@ class StatsCollection {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_STATSTYPES_H_
+#endif // WEBRTC_API_STATSTYPES_H_
« no previous file with comments | « webrtc/api/statscollector_unittest.cc ('k') | webrtc/api/statstypes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698