| Index: webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
|
| diff --git a/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc b/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
|
| index ae89587ded49f399deb24035c5b33213fa6c0852..fc6d76eb7af6143300b7cea50b0199338d9765a5 100644
|
| --- a/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
|
| +++ b/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
|
| @@ -19,7 +19,7 @@
|
| #include "webrtc/modules/desktop_capture/desktop_frame.h"
|
| #include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
| #include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
| -#include "webrtc/system_wrappers/interface/logging.h"
|
| +#include "webrtc/system_wrappers/include/logging.h"
|
|
|
| namespace {
|
|
|
|
|