Index: webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc |
diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc |
index 2a686c4384c65581be035130b21938efb3eb8b1e..b1cbacd745fcee4595dce794e95dfdef6c7e396b 100644 |
--- a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc |
+++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc |
@@ -13,6 +13,7 @@ |
#include <utility> |
#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/base/timeutils.h" |
#include "webrtc/modules/desktop_capture/desktop_capture_options.h" |
#include "webrtc/modules/desktop_capture/desktop_frame.h" |
@@ -22,7 +23,6 @@ |
#include "webrtc/modules/desktop_capture/win/cursor.h" |
#include "webrtc/modules/desktop_capture/win/desktop.h" |
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
namespace webrtc { |