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

Unified Diff: webrtc/video/stream_synchronization.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/send_statistics_proxy.h ('k') | webrtc/video/stream_synchronization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/stream_synchronization.h
diff --git a/webrtc/video_engine/stream_synchronization.h b/webrtc/video/stream_synchronization.h
similarity index 91%
rename from webrtc/video_engine/stream_synchronization.h
rename to webrtc/video/stream_synchronization.h
index 1209062f9b24c0744059a52d4eb67e74ff335580..cb7c110f44ba173ca59c5349ba2baacb4b006258 100644
--- a/webrtc/video_engine/stream_synchronization.h
+++ b/webrtc/video/stream_synchronization.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENGINE_STREAM_SYNCHRONIZATION_H_
-#define WEBRTC_VIDEO_ENGINE_STREAM_SYNCHRONIZATION_H_
+#ifndef WEBRTC_VIDEO_STREAM_SYNCHRONIZATION_H_
+#define WEBRTC_VIDEO_STREAM_SYNCHRONIZATION_H_
#include <list>
@@ -56,4 +56,4 @@ class StreamSynchronization {
};
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENGINE_STREAM_SYNCHRONIZATION_H_
+#endif // WEBRTC_VIDEO_STREAM_SYNCHRONIZATION_H_
« no previous file with comments | « webrtc/video/send_statistics_proxy.h ('k') | webrtc/video/stream_synchronization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698