| 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);
|
| };
|
|
|