| Index: remoting/host/single_window_input_injector_win.cc
|
| diff --git a/remoting/host/single_window_input_injector_win.cc b/remoting/host/single_window_input_injector_win.cc
|
| index 7baa8bdf6350ab0d2089e16c40eb79118ea3ac9e..f8b2aea7213e88fe814ac1cfad1a539c154b25a8 100644
|
| --- a/remoting/host/single_window_input_injector_win.cc
|
| +++ b/remoting/host/single_window_input_injector_win.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| namespace remoting {
|
|
|
| -scoped_ptr<InputInjector> SingleWindowInputInjector::CreateForWindow(
|
| +std::unique_ptr<InputInjector> SingleWindowInputInjector::CreateForWindow(
|
| webrtc::WindowId window_id,
|
| - scoped_ptr<InputInjector> input_injector) {
|
| + std::unique_ptr<InputInjector> input_injector) {
|
| return nullptr;
|
| }
|
|
|
|
|