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

Unified Diff: remoting/host/host_status_logger_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/host/host_status_logger.cc ('k') | remoting/host/host_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_logger_unittest.cc
diff --git a/remoting/host/host_status_logger_unittest.cc b/remoting/host/host_status_logger_unittest.cc
index a3c41ccafed34f42ee30761d6e91b1d73716410c..f5621670a4dc970f482c838d54314fc043485426 100644
--- a/remoting/host/host_status_logger_unittest.cc
+++ b/remoting/host/host_status_logger_unittest.cc
@@ -137,7 +137,7 @@ class HostStatusLoggerTest : public testing::Test {
protected:
base::MessageLoop message_loop_;
MockSignalStrategy signal_strategy_;
- scoped_ptr<HostStatusLogger> host_status_logger_;
+ std::unique_ptr<HostStatusLogger> host_status_logger_;
FakeHostStatusMonitor host_status_monitor_;
};
« no previous file with comments | « remoting/host/host_status_logger.cc ('k') | remoting/host/host_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698