Index: webrtc/modules/desktop_capture/screen_capturer_null.cc |
diff --git a/webrtc/modules/desktop_capture/screen_capturer_null.cc b/webrtc/modules/desktop_capture/screen_capturer_null.cc |
index 320a01ce4bba5b7493ebab5dc8c385dab8dd6c86..7b937496387b147c7f016e1db72425af318f5e8b 100644 |
--- a/webrtc/modules/desktop_capture/screen_capturer_null.cc |
+++ b/webrtc/modules/desktop_capture/screen_capturer_null.cc |
@@ -8,16 +8,11 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/desktop_capture/screen_capturer.h" |
+#include "webrtc/modules/desktop_capture/desktop_capturer.h" |
namespace webrtc { |
// static |
-ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { |
- return NULL; |
-} |
- |
-// static |
std::unique_ptr<DesktopCapturer> DesktopCapturer::CreateRawScreenCapturer( |
const DesktopCaptureOptions& options) { |
return nullptr; |