Index: webrtc/video_engine/stream_synchronization.h |
diff --git a/webrtc/video/stream_synchronization.h b/webrtc/video_engine/stream_synchronization.h |
similarity index 91% |
rename from webrtc/video/stream_synchronization.h |
rename to webrtc/video_engine/stream_synchronization.h |
index cb7c110f44ba173ca59c5349ba2baacb4b006258..1209062f9b24c0744059a52d4eb67e74ff335580 100644 |
--- a/webrtc/video/stream_synchronization.h |
+++ b/webrtc/video_engine/stream_synchronization.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_VIDEO_STREAM_SYNCHRONIZATION_H_ |
-#define WEBRTC_VIDEO_STREAM_SYNCHRONIZATION_H_ |
+#ifndef WEBRTC_VIDEO_ENGINE_STREAM_SYNCHRONIZATION_H_ |
+#define WEBRTC_VIDEO_ENGINE_STREAM_SYNCHRONIZATION_H_ |
#include <list> |
@@ -56,4 +56,4 @@ class StreamSynchronization { |
}; |
} // namespace webrtc |
-#endif // WEBRTC_VIDEO_STREAM_SYNCHRONIZATION_H_ |
+#endif // WEBRTC_VIDEO_ENGINE_STREAM_SYNCHRONIZATION_H_ |