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

Unified Diff: ui/views/mus/aura_init.h

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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 | « ui/views/mouse_watcher.cc ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/aura_init.h
diff --git a/ui/views/mus/aura_init.h b/ui/views/mus/aura_init.h
index 8e9e58aa6a6fc0cee2b1f9de08570e8e0940a1d6..911c44a595dd8d3df775e2913638045b28b3a316 100644
--- a/ui/views/mus/aura_init.h
+++ b/ui/views/mus/aura_init.h
@@ -9,7 +9,6 @@
#include <string>
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "build/build_config.h"
#include "skia/ext/refptr.h"
#include "ui/views/mus/mus_export.h"
@@ -46,7 +45,7 @@ class VIEWS_MUS_EXPORT AuraInit {
const std::string resource_file_;
std::unique_ptr<aura::Env> env_;
- scoped_ptr<ViewsDelegate> views_delegate_;
+ std::unique_ptr<ViewsDelegate> views_delegate_;
DISALLOW_COPY_AND_ASSIGN(AuraInit);
};
« no previous file with comments | « ui/views/mouse_watcher.cc ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698