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

Unified Diff: chrome/browser/ui/app_list/app_list_model_builder.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/app_list_model_builder.h
diff --git a/chrome/browser/ui/app_list/app_list_model_builder.h b/chrome/browser/ui/app_list/app_list_model_builder.h
index a031b55af0e11c73555c9a9311e5a16c2ba1b9d6..5b74ae63f8da21e29954886b239e708e99b141bd 100644
--- a/chrome/browser/ui/app_list/app_list_model_builder.h
+++ b/chrome/browser/ui/app_list/app_list_model_builder.h
@@ -47,7 +47,7 @@ class AppListModelBuilder : public app_list::AppListItemListObserver {
app_list::AppListModel* model() { return model_; }
// Inserts an app based on app ordinal prefs.
- void InsertApp(scoped_ptr<app_list::AppListItem> app);
+ void InsertApp(std::unique_ptr<app_list::AppListItem> app);
// Removes an app based on app id.
void RemoveApp(const std::string& id);
« no previous file with comments | « chrome/browser/ui/app_list/app_context_menu_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_model_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698