Index: webrtc/modules/desktop_capture/window_capturer_mac.mm |
diff --git a/webrtc/modules/desktop_capture/window_capturer_mac.mm b/webrtc/modules/desktop_capture/window_capturer_mac.mm |
index 788a501c53930f4de27677988d3b67a6e45bdebc..c3a6d007310a630e496ef0de2c67a6c9c510ac18 100644 |
--- a/webrtc/modules/desktop_capture/window_capturer_mac.mm |
+++ b/webrtc/modules/desktop_capture/window_capturer_mac.mm |
@@ -13,16 +13,16 @@ |
#include <Cocoa/Cocoa.h> |
#include <CoreFoundation/CoreFoundation.h> |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/macutils.h" |
-#include "webrtc/base/scoped_ref_ptr.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/mac/desktop_configuration.h" |
#include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h" |
#include "webrtc/modules/desktop_capture/mac/window_list_utils.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/macutils.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
namespace webrtc { |