| Index: chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/in_memory_url_index_unittest.cc b/chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| index 5c68b4074e9bad4427cd9b4c86c10ffc85a2b8dc..85359ac93c58c1b1c8a82b01cda1b0276cd49e51 100644
|
| --- a/chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| +++ b/chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| @@ -15,7 +15,6 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/autocomplete/in_memory_url_index.h"
|
| -#include "chrome/browser/autocomplete/in_memory_url_index_types.h"
|
| #include "chrome/browser/autocomplete/url_index_private_data.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| @@ -26,6 +25,7 @@
|
| #include "components/history/core/browser/history_backend.h"
|
| #include "components/history/core/browser/history_database.h"
|
| #include "components/history/core/browser/history_service.h"
|
| +#include "components/omnibox/in_memory_url_index_types.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "sql/transaction.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|