| Index: chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service_factory.h b/chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| index feaa743f428f21991d62574c2e6a5ac86f3e1e20..e8faff94b00fc825aa280280ad40e3b5e802a285 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| @@ -29,7 +29,7 @@ class AppListSyncableServiceFactory : public BrowserContextKeyedServiceFactory {
|
| content::BrowserContext* browser_context);
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<AppListSyncableServiceFactory>;
|
| + friend struct base::DefaultSingletonTraits<AppListSyncableServiceFactory>;
|
|
|
| AppListSyncableServiceFactory();
|
| ~AppListSyncableServiceFactory() override;
|
|
|