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 a88402ef645bf37cff8be34d6407b094856a74a9..086580795f7f40e3d57fdc880e32fd01843838c9 100644 |
--- a/chrome/browser/search/instant_service_factory.cc |
+++ b/chrome/browser/search/instant_service_factory.cc |
@@ -7,10 +7,10 @@ |
#include "chrome/browser/profiles/incognito_helpers.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/search/instant_service.h" |
-#include "chrome/browser/search/search.h" |
#include "chrome/browser/search_engines/template_url_service_factory.h" |
#include "chrome/browser/themes/theme_service_factory.h" |
#include "components/keyed_service/content/browser_context_dependency_manager.h" |
+#include "components/search/search.h" |
// static |
InstantService* InstantServiceFactory::GetForProfile(Profile* profile) { |