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

Unified Diff: remoting/host/security_key/remote_security_key_ipc_server_impl.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/remote_security_key_ipc_server_impl.cc
diff --git a/remoting/host/security_key/remote_security_key_ipc_server_impl.cc b/remoting/host/security_key/remote_security_key_ipc_server_impl.cc
index 4ef56ed94c58dac41e2e9fb5b06342d190d1aec1..ffbbdc611edd0a7c82e4e17563ae1b3f2eafc8c8 100644
--- a/remoting/host/security_key/remote_security_key_ipc_server_impl.cc
+++ b/remoting/host/security_key/remote_security_key_ipc_server_impl.cc
@@ -4,11 +4,11 @@
#include "remoting/host/security_key/remote_security_key_ipc_server_impl.h"
+#include <memory>
#include <string>
#include "base/callback.h"
#include "base/callback_helpers.h"
-#include "base/memory/scoped_ptr.h"
#include "base/threading/thread_checker.h"
#include "base/timer/timer.h"
#include "ipc/ipc_channel.h"

Powered by Google App Engine
This is Rietveld 408576698