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

Unified Diff: remoting/test/app_remoting_connected_client_fixture.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
Index: remoting/test/app_remoting_connected_client_fixture.cc
diff --git a/remoting/test/app_remoting_connected_client_fixture.cc b/remoting/test/app_remoting_connected_client_fixture.cc
index 71ceae6d79944c1179bc79397483fb3aab2c9d69..6c88bf0385112efb957fc70a6eda4c9723c5b9ef 100644
--- a/remoting/test/app_remoting_connected_client_fixture.cc
+++ b/remoting/test/app_remoting_connected_client_fixture.cc
@@ -48,7 +48,7 @@ AppRemotingConnectedClientFixture::~AppRemotingConnectedClientFixture() {}
void AppRemotingConnectedClientFixture::SetUp() {
connection_helper_.reset(
new AppRemotingConnectionHelper(application_details_));
- scoped_ptr<TestChromotingClient> test_chromoting_client(
+ std::unique_ptr<TestChromotingClient> test_chromoting_client(
new TestChromotingClient());
test_chromoting_client->AddRemoteConnectionObserver(this);
« no previous file with comments | « remoting/test/app_remoting_connected_client_fixture.h ('k') | remoting/test/app_remoting_connection_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698