| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| index cd1ebdb2b683c35af83d31273acc9999057a759e..ecb7dc0396763db07da1c3edf8c9880079bf94cc 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| @@ -21,7 +21,7 @@ class NTPResourceCacheFactory : public BrowserContextKeyedServiceFactory {
|
| static NTPResourceCacheFactory* GetInstance();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<NTPResourceCacheFactory>;
|
| + friend struct base::DefaultSingletonTraits<NTPResourceCacheFactory>;
|
|
|
| NTPResourceCacheFactory();
|
| ~NTPResourceCacheFactory() override;
|
|
|