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

Unified Diff: remoting/host/chromoting_host_unittest.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/chromoting_host_unittest.cc
diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
index 8dbf7d41548efa2768a069a2ac7e0c8a02dfaf5f..4a7a2584f3f7234afa0e96bd5edb8eb56db192f6 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -131,7 +131,7 @@ class ChromotingHostTest : public testing::Test {
std::unique_ptr<ClientSession> client(new ClientSession(
host_.get(), std::move(connection), desktop_environment_factory_.get(),
DesktopEnvironmentOptions::CreateDefault(), base::TimeDelta(), nullptr,
- std::vector<HostExtension*>()));
+ std::vector<std::unique_ptr<HostExtension>>()));
ClientSession* client_ptr = client.get();
connection_ptr->set_host_stub(client.get());

Powered by Google App Engine
This is Rietveld 408576698