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

Unified Diff: remoting/test/chromoting_test_driver_environment_unittest.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/test/chromoting_test_driver_environment.cc ('k') | remoting/test/chromoting_test_fixture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/chromoting_test_driver_environment_unittest.cc
diff --git a/remoting/test/chromoting_test_driver_environment_unittest.cc b/remoting/test/chromoting_test_driver_environment_unittest.cc
index f05b7b7a4e4bcc01c5b8883f8ca4fd05c3434124..843be6dd4e1a9297107fa826ce9cb1f3d31ef85c 100644
--- a/remoting/test/chromoting_test_driver_environment_unittest.cc
+++ b/remoting/test/chromoting_test_driver_environment_unittest.cc
@@ -50,7 +50,7 @@ class ChromotingTestDriverEnvironmentTest : public ::testing::Test {
FakeRefreshTokenStore fake_token_store_;
FakeHostListFetcher fake_host_list_fetcher_;
- scoped_ptr<ChromotingTestDriverEnvironment> environment_object_;
+ std::unique_ptr<ChromotingTestDriverEnvironment> environment_object_;
private:
DISALLOW_COPY_AND_ASSIGN(ChromotingTestDriverEnvironmentTest);
« no previous file with comments | « remoting/test/chromoting_test_driver_environment.cc ('k') | remoting/test/chromoting_test_fixture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698