summaryrefslogtreecommitdiff
path: root/video_receive_stream.h
diff options
context:
space:
mode:
authormflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-12-18 09:46:22 +0000
committermflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-12-18 09:46:22 +0000
commit5e0cbcf74e3c41e28c4b7210704d0d51754f815b (patch)
tree0e82de5cabed7697c1874e4df309b02a86d46551 /video_receive_stream.h
parent6c172c5af42b2d10e71b12ef0ed74864dce1ecfd (diff)
downloadwebrtc-5e0cbcf74e3c41e28c4b7210704d0d51754f815b.tar.gz
cpplint cleaning new API and its implementation files.
R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6089005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5317 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_receive_stream.h')
-rw-r--r--video_receive_stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/video_receive_stream.h b/video_receive_stream.h
index e5487281..c6669b9d 100644
--- a/video_receive_stream.h
+++ b/video_receive_stream.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_VIDEO_RECEIVE_STREAM_H_
-#define WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_VIDEO_RECEIVE_STREAM_H_
+#ifndef WEBRTC_VIDEO_RECEIVE_STREAM_H_
+#define WEBRTC_VIDEO_RECEIVE_STREAM_H_
#include <string>
#include <vector>
@@ -184,4 +184,4 @@ class VideoReceiveStream {
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_VIDEO_RECEIVE_STREAM_H_
+#endif // WEBRTC_VIDEO_RECEIVE_STREAM_H_