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

Unified Diff: webrtc/video/call_stats.h

Issue 1506773002: Merge webrtc/video_engine/ into webrtc/video/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years 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/video/BUILD.gn ('k') | webrtc/video/call_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/call_stats.h
diff --git a/webrtc/video_engine/call_stats.h b/webrtc/video/call_stats.h
similarity index 94%
rename from webrtc/video_engine/call_stats.h
rename to webrtc/video/call_stats.h
index d0a0b5313a15301e52e2469b086e8075cc676ece..aad4a93b1e68ec492cac4ae5a26a7b95728f4685 100644
--- a/webrtc/video_engine/call_stats.h
+++ b/webrtc/video/call_stats.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENGINE_CALL_STATS_H_
-#define WEBRTC_VIDEO_ENGINE_CALL_STATS_H_
+#ifndef WEBRTC_VIDEO_CALL_STATS_H_
+#define WEBRTC_VIDEO_CALL_STATS_H_
#include <list>
@@ -78,4 +78,4 @@ class CallStats : public Module {
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENGINE_CALL_STATS_H_
+#endif // WEBRTC_VIDEO_CALL_STATS_H_
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | webrtc/video/call_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698