| Index: chrome/browser/extensions/api/history/history_api.cc
|
| diff --git a/chrome/browser/extensions/api/history/history_api.cc b/chrome/browser/extensions/api/history/history_api.cc
|
| index ec2c02ad1c268c41507590c4949844419e5d65cc..f7c222614b78e398efdf0af39eb65ca5b9e5db7c 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.cc
|
| +++ b/chrome/browser/extensions/api/history/history_api.cc
|
| @@ -226,7 +226,7 @@ ProfileKeyedAPIFactory<HistoryAPI>* HistoryAPI::GetFactoryInstance() {
|
|
|
| template<>
|
| void ProfileKeyedAPIFactory<HistoryAPI>::DeclareFactoryDependencies() {
|
| - DependsOn(ActivityLogFactory::GetInstance());
|
| + DependsOn(ActivityLog::GetFactoryInstance());
|
| }
|
|
|
| void HistoryAPI::OnListenerAdded(const EventListenerInfo& details) {
|
|
|