| Index: chrome/browser/history/history_service_factory.h
|
| diff --git a/chrome/browser/history/history_service_factory.h b/chrome/browser/history/history_service_factory.h
|
| index 0c673aafff85e919bead79d996df0e6045bf8178..e11fb2947bc8d82da69db00a6bf8b3d780c4e71d 100644
|
| --- a/chrome/browser/history/history_service_factory.h
|
| +++ b/chrome/browser/history/history_service_factory.h
|
| @@ -37,7 +37,7 @@ class HistoryServiceFactory : public BrowserContextKeyedServiceFactory {
|
| static void ShutdownForProfile(Profile* profile);
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<HistoryServiceFactory>;
|
| + friend struct base::DefaultSingletonTraits<HistoryServiceFactory>;
|
|
|
| HistoryServiceFactory();
|
| ~HistoryServiceFactory() override;
|
|
|