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

Unified Diff: remoting/client/client_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/client/client_status_logger.cc ('k') | remoting/client/client_user_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_status_logger_unittest.cc
diff --git a/remoting/client/client_status_logger_unittest.cc b/remoting/client/client_status_logger_unittest.cc
index b10301951013881021d253b0cf900ee56057beb9..145a0175b3e295a15997f382dfa0564d93c16484 100644
--- a/remoting/client/client_status_logger_unittest.cc
+++ b/remoting/client/client_status_logger_unittest.cc
@@ -76,7 +76,7 @@ class ClientStatusLoggerTest : public testing::Test {
protected:
base::MessageLoop message_loop_;
MockSignalStrategy signal_strategy_;
- scoped_ptr<ClientStatusLogger> client_status_logger_;
+ std::unique_ptr<ClientStatusLogger> client_status_logger_;
};
TEST_F(ClientStatusLoggerTest, LogStateChange) {
« no previous file with comments | « remoting/client/client_status_logger.cc ('k') | remoting/client/client_user_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698