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

Unified Diff: webrtc/video/report_block_stats.h

Issue 1510183002: Reland of 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/receive_statistics_proxy.h ('k') | webrtc/video/report_block_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/report_block_stats.h
diff --git a/webrtc/video_engine/report_block_stats.h b/webrtc/video/report_block_stats.h
similarity index 92%
rename from webrtc/video_engine/report_block_stats.h
rename to webrtc/video/report_block_stats.h
index dd430729fb5ae2bbba9a7ed089960a509584d2dd..c54e4677f4f367ef59690ef8abba623976b3dee8 100644
--- a/webrtc/video_engine/report_block_stats.h
+++ b/webrtc/video/report_block_stats.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENGINE_REPORT_BLOCK_STATS_H_
-#define WEBRTC_VIDEO_ENGINE_REPORT_BLOCK_STATS_H_
+#ifndef WEBRTC_VIDEO_REPORT_BLOCK_STATS_H_
+#define WEBRTC_VIDEO_REPORT_BLOCK_STATS_H_
#include <map>
#include <vector>
@@ -58,5 +58,5 @@ class ReportBlockStats {
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENGINE_REPORT_BLOCK_STATS_H_
+#endif // WEBRTC_VIDEO_REPORT_BLOCK_STATS_H_
« no previous file with comments | « webrtc/video/receive_statistics_proxy.h ('k') | webrtc/video/report_block_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698