Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc |
diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
index 46cac17215cf44ec95b102c72f685a1d562e6cbf..aaf421e990ab315e27e99dee991579f2378e0b55 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
+++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
@@ -27,7 +27,6 @@ |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/history/in_memory_url_index.h" |
-#include "chrome/browser/history/url_database.h" |
#include "chrome/browser/history/url_index_private_data.h" |
#include "chrome/browser/search_engines/template_url.h" |
#include "chrome/browser/search_engines/template_url_service.h" |
@@ -36,6 +35,7 @@ |
#include "chrome/test/base/testing_browser_process.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/bookmarks/test/bookmark_test_helpers.h" |
+#include "components/history/core/browser/url_database.h" |
#include "components/metrics/proto/omnibox_event.pb.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/test/test_browser_thread.h" |