Index: webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc |
diff --git a/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc b/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc |
index 0a7aff1432426076fb0d09979ce173ddd447c500..0ace98f511715de6e4fa746282aa7209632fe670 100644 |
--- a/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc |
+++ b/webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc |
@@ -15,12 +15,12 @@ |
#include <memory> |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/desktop_capture/desktop_frame.h" |
#include "webrtc/modules/desktop_capture/desktop_geometry.h" |
#include "webrtc/modules/desktop_capture/mouse_cursor.h" |
#include "webrtc/modules/desktop_capture/win/cursor.h" |
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
namespace webrtc { |