Index: webrtc/modules/desktop_capture/cropping_window_capturer_win.cc |
diff --git a/webrtc/modules/desktop_capture/cropping_window_capturer_win.cc b/webrtc/modules/desktop_capture/cropping_window_capturer_win.cc |
index fe696eba67de880e29db77c13d2caa843dfc2e34..e191d9f3549f22fd96dd3b87ecbbaebc89fc6de8 100644 |
--- a/webrtc/modules/desktop_capture/cropping_window_capturer_win.cc |
+++ b/webrtc/modules/desktop_capture/cropping_window_capturer_win.cc |
@@ -210,8 +210,8 @@ DesktopRect CroppingWindowCapturerWin::GetWindowRectInVirtualScreen() { |
} // namespace |
// static |
-WindowCapturer* |
-CroppingWindowCapturer::Create(const DesktopCaptureOptions& options) { |
+DesktopCapturer* CroppingWindowCapturer::Create( |
+ const DesktopCaptureOptions& options) { |
return new CroppingWindowCapturerWin(options); |
} |