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

Unified Diff: webrtc/video_engine/vie_receiver.h

Issue 1507903005: Revert of Merge webrtc/video_engine/ into webrtc/video/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Resolved merge conflict 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_engine/vie_encoder.cc ('k') | webrtc/video_engine/vie_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/vie_receiver.h
diff --git a/webrtc/video/vie_receiver.h b/webrtc/video_engine/vie_receiver.h
similarity index 97%
rename from webrtc/video/vie_receiver.h
rename to webrtc/video_engine/vie_receiver.h
index 8204888bbbcd0a167bad7d5f06c45d4dab0b732a..b0c5749f6ab6cce17ef15d28915df1c6ec8cfc1a 100644
--- a/webrtc/video/vie_receiver.h
+++ b/webrtc/video_engine/vie_receiver.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_VIE_RECEIVER_H_
-#define WEBRTC_VIDEO_VIE_RECEIVER_H_
+#ifndef WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_
+#define WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_
#include <list>
#include <vector>
@@ -129,4 +129,4 @@ class ViEReceiver : public RtpData {
} // namespace webrtc
-#endif // WEBRTC_VIDEO_VIE_RECEIVER_H_
+#endif // WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_
« no previous file with comments | « webrtc/video_engine/vie_encoder.cc ('k') | webrtc/video_engine/vie_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698