| Index: chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.cc b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| index 06d33daacdfc4f07fe531d7d14bc135b847e1516..5eb606bfbabb0885888f41fdcda87b4f6475b263 100644
|
| --- a/chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| +++ b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| @@ -30,8 +30,8 @@
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/browser/sessions/session_tab_helper.h"
|
| #include "chrome/browser/ui/search/instant_search_prerenderer.h"
|
| -#include "chrome/common/instant_types.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "chrome/common/search/instant_types.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
|
|