| 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 98e3dff20ccab6240962b85849c7b20727738d5c..b919a1d65d091f0b50da57f66bd9acec0dd46443 100644
|
| --- a/ios/chrome/browser/history/history_service_factory.cc
|
| +++ b/ios/chrome/browser/history/history_service_factory.cc
|
| @@ -50,6 +50,7 @@ history::HistoryService* HistoryServiceFactory::GetForBrowserStateIfExists(
|
| GetInstance()->GetServiceForBrowserState(browser_state, true));
|
| }
|
|
|
| +// static
|
| HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
|
| return Singleton<HistoryServiceFactory>::get();
|
| }
|
|
|