| Index: remoting/host/basic_desktop_environment.h
|
| diff --git a/remoting/host/basic_desktop_environment.h b/remoting/host/basic_desktop_environment.h
|
| index 6d4a88a3b55882856712ee440921150d1e593c9b..10429d18eee589294595bdab96c55a156f47de79 100644
|
| --- a/remoting/host/basic_desktop_environment.h
|
| +++ b/remoting/host/basic_desktop_environment.h
|
| @@ -26,7 +26,7 @@ class BasicDesktopEnvironment : public DesktopEnvironment {
|
| virtual scoped_ptr<AudioCapturer> CreateAudioCapturer() OVERRIDE;
|
| virtual scoped_ptr<InputInjector> CreateInputInjector() OVERRIDE;
|
| virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
|
| - virtual scoped_ptr<media::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
|
| + virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
|
| virtual std::string GetCapabilities() const OVERRIDE;
|
| virtual void SetCapabilities(const std::string& capabilities) OVERRIDE;
|
|
|
|
|