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

Unified Diff: remoting/host/mac/me2me_preference_pane.h

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/local_input_monitor_x11.cc ('k') | remoting/host/mac/me2me_preference_pane.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/mac/me2me_preference_pane.h
diff --git a/remoting/host/mac/me2me_preference_pane.h b/remoting/host/mac/me2me_preference_pane.h
index da65747f9976798d9d4d240e570940979329c716..b6662403d0d21dde61e90adee2c371f2e5a74fc3 100644
--- a/remoting/host/mac/me2me_preference_pane.h
+++ b/remoting/host/mac/me2me_preference_pane.h
@@ -6,10 +6,10 @@
#import <PreferencePanes/PreferencePanes.h>
#import <SecurityInterface/SFAuthorizationView.h>
+#include <memory>
#include <string>
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "third_party/jsoncpp/source/include/json/value.h"
namespace remoting {
@@ -51,7 +51,7 @@ class JsonHostConfig {
// Holds the new proposed configuration if a temporary config file is
// present.
- scoped_ptr<remoting::JsonHostConfig> config_;
+ std::unique_ptr<remoting::JsonHostConfig> config_;
NSTimer* service_status_timer_;
« no previous file with comments | « remoting/host/local_input_monitor_x11.cc ('k') | remoting/host/mac/me2me_preference_pane.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698