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

Unified Diff: chrome/browser/ui/app_list/app_list_service_cocoa_mac.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_service_cocoa_mac.h
diff --git a/chrome/browser/ui/app_list/app_list_service_cocoa_mac.h b/chrome/browser/ui/app_list/app_list_service_cocoa_mac.h
index 59612b30bd5271858034fad636bfa3fa14d24146..8d11241c174706e150c64e132aebde208aed7869 100644
--- a/chrome/browser/ui/app_list/app_list_service_cocoa_mac.h
+++ b/chrome/browser/ui/app_list/app_list_service_cocoa_mac.h
@@ -49,7 +49,7 @@ class AppListServiceCocoaMac : public AppListServiceMac {
Profile* profile_;
base::scoped_nsobject<AppListWindowController> window_controller_;
- scoped_ptr<AppListControllerDelegateImpl> controller_delegate_;
+ std::unique_ptr<AppListControllerDelegateImpl> controller_delegate_;
DISALLOW_COPY_AND_ASSIGN(AppListServiceCocoaMac);
};
« no previous file with comments | « chrome/browser/ui/app_list/app_list_prefs_factory.cc ('k') | chrome/browser/ui/app_list/app_list_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698