Index: webrtc/modules/desktop_capture/screen_capturer_mac.mm |
diff --git a/webrtc/modules/desktop_capture/screen_capturer_mac.mm b/webrtc/modules/desktop_capture/screen_capturer_mac.mm |
index f48b307742bac1f497cd2b5a30f97ef9ab776e95..78d977b473e33bc1a0e4563fed1c478565e19fcc 100644 |
--- a/webrtc/modules/desktop_capture/screen_capturer_mac.mm |
+++ b/webrtc/modules/desktop_capture/screen_capturer_mac.mm |
@@ -21,13 +21,8 @@ |
#include <OpenGL/CGLMacro.h> |
#include <OpenGL/OpenGL.h> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/macutils.h" |
-#include "webrtc/base/timeutils.h" |
-#include "webrtc/modules/desktop_capture/desktop_capturer.h" |
#include "webrtc/modules/desktop_capture/desktop_capture_options.h" |
+#include "webrtc/modules/desktop_capture/desktop_capturer.h" |
#include "webrtc/modules/desktop_capture/desktop_frame.h" |
#include "webrtc/modules/desktop_capture/desktop_geometry.h" |
#include "webrtc/modules/desktop_capture/desktop_region.h" |
@@ -37,6 +32,11 @@ |
#include "webrtc/modules/desktop_capture/screen_capture_frame_queue.h" |
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h" |
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/macutils.h" |
+#include "webrtc/rtc_base/timeutils.h" |
// Once Chrome no longer supports OSX 10.8, everything within this |
// preprocessor block can be removed. https://crbug.com/579255 |