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

Unified Diff: remoting/host/security_key/fake_ipc_gnubby_auth_handler.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/fake_ipc_gnubby_auth_handler.cc
diff --git a/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc b/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
index 233c9ff03ebe4b723287476bf3bcd138ae5a281c..2918f387933a3e283c26460c031ef8379e08594f 100644
--- a/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
+++ b/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
@@ -4,7 +4,8 @@
#include "remoting/host/security_key/fake_ipc_gnubby_auth_handler.h"
-#include "base/memory/scoped_ptr.h"
+#include <memory>
+
#include "base/time/time.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_listener.h"

Powered by Google App Engine
This is Rietveld 408576698