| Index: webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm
|
| diff --git a/webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm b/webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm
|
| index af63bfdbb4f418baf65382877b40278f7f73ceda..7bf1a5239290be28dcb1e5b8a45aedb54347b946 100644
|
| --- a/webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm
|
| +++ b/webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm
|
| @@ -18,14 +18,14 @@
|
| #include <Cocoa/Cocoa.h>
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|
| -#include "webrtc/base/macutils.h"
|
| -#include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
| #include "webrtc/modules/desktop_capture/desktop_frame.h"
|
| #include "webrtc/modules/desktop_capture/mac/desktop_configuration.h"
|
| #include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h"
|
| #include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
| #include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
| +#include "webrtc/rtc_base/macutils.h"
|
| +#include "webrtc/rtc_base/scoped_ref_ptr.h"
|
|
|
| namespace webrtc {
|
|
|
|
|