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

Unified Diff: chrome/browser/ui/extensions/application_launch.cc

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/application_launch.cc
diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
index f2625ff966373827ab61f031d755782d6172fb37..aaf02a24d321d711c8b5f61dae4f026be5c76e51 100644
--- a/chrome/browser/ui/extensions/application_launch.cc
+++ b/chrome/browser/ui/extensions/application_launch.cc
@@ -107,7 +107,7 @@ class EnableViaDialogFlow : public ExtensionEnableFlowDelegate {
std::string extension_id_;
base::Callback<gfx::NativeWindow(void)> parent_window_getter_;
base::Closure callback_;
- scoped_ptr<ExtensionEnableFlow> flow_;
+ std::unique_ptr<ExtensionEnableFlow> flow_;
DISALLOW_COPY_AND_ASSIGN(EnableViaDialogFlow);
};

Powered by Google App Engine
This is Rietveld 408576698