| Index: chrome/browser/history/history_service_factory.cc
|
| diff --git a/chrome/browser/history/history_service_factory.cc b/chrome/browser/history/history_service_factory.cc
|
| index b9847c1ccc9342a268871a93419c5a68c78079ce..68f4c135a56795b8e06fd9e4307a35d451e7281c 100644
|
| --- a/chrome/browser/history/history_service_factory.cc
|
| +++ b/chrome/browser/history/history_service_factory.cc
|
| @@ -55,7 +55,7 @@ history::HistoryService* HistoryServiceFactory::GetForProfileWithoutCreating(
|
|
|
| // static
|
| HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
|
| - return Singleton<HistoryServiceFactory>::get();
|
| + return base::Singleton<HistoryServiceFactory>::get();
|
| }
|
|
|
| // static
|
|
|