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

Unified Diff: remoting/host/security_key/gnubby_auth_handler_linux_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
Index: remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
diff --git a/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc b/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
index 354ecc4956532862c4a14d6e378bcb7f7d47fe12..74ba1b7ee6661d14248e644cc95db30ca29ffa65 100644
--- a/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
+++ b/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
@@ -114,10 +114,10 @@ class GnubbyAuthHandlerLinuxTest : public testing::Test {
protected:
base::MessageLoopForIO message_loop_;
- scoped_ptr<base::RunLoop> run_loop_;
+ std::unique_ptr<base::RunLoop> run_loop_;
// Object under test.
- scoped_ptr<GnubbyAuthHandler> auth_handler_;
+ std::unique_ptr<GnubbyAuthHandler> auth_handler_;
GnubbyAuthHandler::SendMessageCallback send_message_callback_;
« no previous file with comments | « remoting/host/security_key/gnubby_auth_handler_linux.cc ('k') | remoting/host/security_key/gnubby_auth_handler_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698