| 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.
|
|
|