Index: webrtc/modules/video_capture/video_capture_factory.h |
diff --git a/webrtc/modules/video_capture/include/video_capture_factory.h b/webrtc/modules/video_capture/video_capture_factory.h |
similarity index 83% |
rename from webrtc/modules/video_capture/include/video_capture_factory.h |
rename to webrtc/modules/video_capture/video_capture_factory.h |
index f78437d1a0a0c65960f1b5759325e946e2281dd2..4765be1fdeeeaaf0cbfc4639b81ab50aefa45f85 100644 |
--- a/webrtc/modules/video_capture/include/video_capture_factory.h |
+++ b/webrtc/modules/video_capture/video_capture_factory.h |
@@ -11,10 +11,10 @@ |
// This file contains interfaces used for creating the VideoCaptureModule |
// and DeviceInfo. |
-#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_INCLUDE_VIDEO_CAPTURE_FACTORY_H_ |
-#define WEBRTC_MODULES_VIDEO_CAPTURE_INCLUDE_VIDEO_CAPTURE_FACTORY_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_FACTORY_H_ |
+#define WEBRTC_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_FACTORY_H_ |
-#include "webrtc/modules/video_capture/include/video_capture.h" |
+#include "webrtc/modules/video_capture/video_capture.h" |
namespace webrtc { |
@@ -42,4 +42,4 @@ class VideoCaptureFactory { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CAPTURE_INCLUDE_VIDEO_CAPTURE_FACTORY_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CAPTURE_VIDEO_CAPTURE_FACTORY_H_ |