| Index: chrome/browser/ui/search/instant_controller.cc
|
| diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc
|
| index 23fc3c3462967cc1dd72190f31ce34bb53edab5b..a05c727edfd4af771153d0e6d0d3908cc22feb60 100644
|
| --- a/chrome/browser/ui/search/instant_controller.cc
|
| +++ b/chrome/browser/ui/search/instant_controller.cc
|
| @@ -7,8 +7,6 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/content_settings/content_settings_provider.h"
|
| -#include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search/instant_service.h"
|
| @@ -22,7 +20,6 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/search_urls.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "components/content_settings/core/common/content_settings_types.h"
|
| #include "components/search_engines/template_url_service.h"
|
| #include "components/sessions/serialized_navigation_entry.h"
|
| #include "content/public/browser/navigation_entry.h"
|
|
|