| Index: chrome/browser/android/omnibox/omnibox_prerender.cc
|
| diff --git a/chrome/browser/android/omnibox/omnibox_prerender.cc b/chrome/browser/android/omnibox/omnibox_prerender.cc
|
| index 35a1726becbbe35c95b89b1eda422742b5e13897..701c21a639ae09ec11caf53f332f00e9c432a72c 100644
|
| --- a/chrome/browser/android/omnibox/omnibox_prerender.cc
|
| +++ b/chrome/browser/android/omnibox/omnibox_prerender.cc
|
| @@ -7,13 +7,13 @@
|
| #include "base/android/jni_string.h"
|
| #include "base/logging.h"
|
| #include "chrome/browser/android/tab_android.h"
|
| -#include "chrome/browser/autocomplete/autocomplete_result.h"
|
| #include "chrome/browser/predictors/autocomplete_action_predictor.h"
|
| #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_android.h"
|
| #include "chrome/browser/ui/search/instant_search_prerenderer.h"
|
| #include "components/omnibox/autocomplete_match.h"
|
| +#include "components/omnibox/autocomplete_result.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "jni/OmniboxPrerender_jni.h"
|
| #include "url/gurl.h"
|
|
|