| Index: chrome/browser/search/instant_service_factory.cc
|
| diff --git a/chrome/browser/search/instant_service_factory.cc b/chrome/browser/search/instant_service_factory.cc
|
| index 086580795f7f40e3d57fdc880e32fd01843838c9..e20d92eb9b0ec64e0e9ae19c16931bfa283439d5 100644
|
| --- a/chrome/browser/search/instant_service_factory.cc
|
| +++ b/chrome/browser/search/instant_service_factory.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/search/instant_service_factory.h"
|
|
|
| +#include "chrome/browser/history/top_sites_factory.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search/instant_service.h"
|
| @@ -34,6 +35,7 @@ InstantServiceFactory::InstantServiceFactory()
|
| #if defined(ENABLE_THEMES)
|
| DependsOn(ThemeServiceFactory::GetInstance());
|
| #endif
|
| + DependsOn(TopSitesFactory::GetInstance());
|
| }
|
|
|
| InstantServiceFactory::~InstantServiceFactory() {
|
|
|