Index: webrtc/modules/video_capture/video_capture.h |
diff --git a/webrtc/modules/video_capture/include/video_capture.h b/webrtc/modules/video_capture/video_capture.h |
similarity index 95% |
rename from webrtc/modules/video_capture/include/video_capture.h |
rename to webrtc/modules/video_capture/video_capture.h |
index a032d3cc18f4cc5c2ad234a76347229ae90a3d7d..08d02211c709409b9f859fe2b8018eb906c419a5 100644 |
--- a/webrtc/modules/video_capture/include/video_capture.h |
+++ b/webrtc/modules/video_capture/video_capture.h |
@@ -8,12 +8,12 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_INCLUDE_VIDEO_CAPTURE_H_ |
-#define WEBRTC_MODULES_VIDEO_CAPTURE_INCLUDE_VIDEO_CAPTURE_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_H_ |
+#define WEBRTC_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_H_ |
#include "webrtc/common_video/rotation.h" |
#include "webrtc/modules/include/module.h" |
-#include "webrtc/modules/video_capture/include/video_capture_defines.h" |
+#include "webrtc/modules/video_capture/video_capture_defines.h" |
namespace webrtc { |
@@ -157,4 +157,4 @@ protected: |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CAPTURE_INCLUDE_VIDEO_CAPTURE_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_H_ |