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

Unified Diff: chrome/browser/ui/app_list/extension_uninstaller.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/app_list/extension_uninstaller.h
diff --git a/chrome/browser/ui/app_list/extension_uninstaller.h b/chrome/browser/ui/app_list/extension_uninstaller.h
index dbbdea55ec56329cbe8535426a6bf3c64adfd91d..4321c065c9ba28e94690572ae4058f314fa07f78 100644
--- a/chrome/browser/ui/app_list/extension_uninstaller.h
+++ b/chrome/browser/ui/app_list/extension_uninstaller.h
@@ -34,7 +34,7 @@ class ExtensionUninstaller
Profile* profile_;
std::string app_id_;
AppListControllerDelegate* controller_;
- scoped_ptr<extensions::ExtensionUninstallDialog> dialog_;
+ std::unique_ptr<extensions::ExtensionUninstallDialog> dialog_;
DISALLOW_COPY_AND_ASSIGN(ExtensionUninstaller);
};
« no previous file with comments | « chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc ('k') | chrome/browser/ui/app_list/fast_show_pickler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698