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

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/ui/views/extensions/extension_dialog.h
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.h b/chrome/browser/ui/views/extensions/extension_dialog.h
index 7cdd985ba1da2bcc64a12f0f5b003b3129b1a340..431cccba4e44ac33a0df9283dd6e1d510e3a9e6b 100644
--- a/chrome/browser/ui/views/extensions/extension_dialog.h
+++ b/chrome/browser/ui/views/extensions/extension_dialog.h
@@ -97,7 +97,7 @@ class ExtensionDialog : public views::DialogDelegate,
base::string16 window_title_;
// The contained host for the view.
- scoped_ptr<extensions::ExtensionViewHost> host_;
+ std::unique_ptr<extensions::ExtensionViewHost> host_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698