| Index: ios/chrome/browser/history/history_service_factory.cc
|
| diff --git a/ios/chrome/browser/history/history_service_factory.cc b/ios/chrome/browser/history/history_service_factory.cc
|
| index 1dba7d12b29e0e5a5faf831a1cc5af0423e7610d..0f7af05ebfaa6e70491d839ffdf4c618c8c2dace 100644
|
| --- a/ios/chrome/browser/history/history_service_factory.cc
|
| +++ b/ios/chrome/browser/history/history_service_factory.cc
|
| @@ -52,7 +52,7 @@ history::HistoryService* HistoryServiceFactory::GetForBrowserStateIfExists(
|
|
|
| // static
|
| HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
|
| - return Singleton<HistoryServiceFactory>::get();
|
| + return base::Singleton<HistoryServiceFactory>::get();
|
| }
|
|
|
| HistoryServiceFactory::HistoryServiceFactory()
|
|
|