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

Unified Diff: remoting/host/single_window_input_injector_linux.cc

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/single_window_input_injector.h ('k') | remoting/host/single_window_input_injector_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/single_window_input_injector_linux.cc
diff --git a/remoting/host/single_window_input_injector_linux.cc b/remoting/host/single_window_input_injector_linux.cc
index 7baa8bdf6350ab0d2089e16c40eb79118ea3ac9e..f8b2aea7213e88fe814ac1cfad1a539c154b25a8 100644
--- a/remoting/host/single_window_input_injector_linux.cc
+++ b/remoting/host/single_window_input_injector_linux.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;
}
« no previous file with comments | « remoting/host/single_window_input_injector.h ('k') | remoting/host/single_window_input_injector_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698