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 472db49d3f5d17d6257a248d8bb37546a9328fc5..eade3aba50753adb7239b54e56fa4310f1d39032 100644 |
--- a/webrtc/modules/video_capture/device_info_impl.cc |
+++ b/webrtc/modules/video_capture/device_info_impl.cc |
@@ -11,9 +11,9 @@ |
#include <assert.h> |
#include <stdlib.h> |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/video_capture/device_info_impl.h" |
#include "webrtc/modules/video_capture/video_capture_config.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
#ifndef abs |
#define abs(a) (a>=0?a:-a) |