Index: webrtc/modules/video_capture/device_info_impl.cc |
diff --git a/webrtc/modules/video_capture/device_info_impl.cc b/webrtc/modules/video_capture/device_info_impl.cc |
index 3ad8790628dbcfcf64938a2995efa953d5f44cf5..e1695561c1a682752952ab65e7b5837c93dec10e 100644 |
--- a/webrtc/modules/video_capture/device_info_impl.cc |
+++ b/webrtc/modules/video_capture/device_info_impl.cc |
@@ -13,7 +13,7 @@ |
#include "webrtc/modules/video_capture/device_info_impl.h" |
#include "webrtc/modules/video_capture/video_capture_config.h" |
-#include "webrtc/system_wrappers/interface/logging.h" |
+#include "webrtc/system_wrappers/include/logging.h" |
#ifndef abs |
#define abs(a) (a>=0?a:-a) |