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

Unified Diff: remoting/host/client_session.cc

Issue 2627433003: Remove ScopedVector from remoting/. (Closed)
Patch Set: Created 3 years, 11 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
Index: remoting/host/client_session.cc
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
index f8df3b7871a327afa927b673e0b7701852c5787b..d9fcce39e25feb2dcc21a3afde6a4caf514abe86 100644
--- a/remoting/host/client_session.cc
+++ b/remoting/host/client_session.cc
@@ -49,7 +49,7 @@ ClientSession::ClientSession(
const DesktopEnvironmentOptions& desktop_environment_options,
const base::TimeDelta& max_duration,
scoped_refptr<protocol::PairingRegistry> pairing_registry,
- const std::vector<HostExtension*>& extensions)
+ const std::vector<std::unique_ptr<HostExtension>>& extensions)
: event_handler_(event_handler),
connection_(std::move(connection)),
client_jid_(connection_->session()->jid()),

Powered by Google App Engine
This is Rietveld 408576698