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

Unified Diff: chrome/browser/ui/extensions/extension_enable_flow.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/extensions/extension_enable_flow.h
diff --git a/chrome/browser/ui/extensions/extension_enable_flow.h b/chrome/browser/ui/extensions/extension_enable_flow.h
index 02060f8271e34c7bb9ef8c5e6220fcd24d38cf7d..46e8446ff0091797302878375f7c3cc8851a4779 100644
--- a/chrome/browser/ui/extensions/extension_enable_flow.h
+++ b/chrome/browser/ui/extensions/extension_enable_flow.h
@@ -106,7 +106,7 @@ class ExtensionEnableFlow : public content::NotificationObserver,
// who only want to create a window if it is required.
base::Callback<gfx::NativeWindow(void)> window_getter_;
- scoped_ptr<ExtensionInstallPrompt> prompt_;
+ std::unique_ptr<ExtensionInstallPrompt> prompt_;
content::NotificationRegistrar registrar_;
// Listen to extension load notification.

Powered by Google App Engine
This is Rietveld 408576698