Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: remoting/host/ipc_input_injector.h

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/ipc_host_event_logger.h ('k') | remoting/host/ipc_input_injector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_input_injector.h
diff --git a/remoting/host/ipc_input_injector.h b/remoting/host/ipc_input_injector.h
index 3e7e628594335445e702febc793fb87ccf1232e9..e161d6dde4ceb0d7a77becce5a4051217aa0d9ba 100644
--- a/remoting/host/ipc_input_injector.h
+++ b/remoting/host/ipc_input_injector.h
@@ -32,7 +32,8 @@ class IpcInputInjector : public InputInjector {
void InjectTouchEvent(const protocol::TouchEvent& event) override;
// InputInjector interface.
- void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) override;
+ void Start(
+ std::unique_ptr<protocol::ClipboardStub> client_clipboard) override;
private:
// Wraps the IPC channel to the desktop process.
« no previous file with comments | « remoting/host/ipc_host_event_logger.h ('k') | remoting/host/ipc_input_injector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698