| Index: ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| diff --git a/ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc b/ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| index 4c6c556baaf0c86ac9630e16d63d3e8134c94f77..7e2da1eff503ce97a4f1948b12095c2c4e6ddfcb 100644
|
| --- a/ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| +++ b/ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| @@ -13,10 +13,10 @@
|
| #include "components/prefs/pref_service.h"
|
| #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "ios/chrome/browser/browser_state/browser_state_otr_helper.h"
|
| +#include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/chrome/browser/chrome_url_constants.h"
|
| #include "ios/chrome/browser/history/history_service_factory.h"
|
| #include "ios/chrome/browser/pref_names.h"
|
| -#include "ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/web/public/web_thread.h"
|
|
|
| namespace ios {
|
|
|