| Index: chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| diff --git a/chrome/browser/history/in_memory_url_index_unittest.cc b/chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/history/in_memory_url_index_unittest.cc
|
| rename to chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| index 345382dadc0e7563b547be45f909ad5e70445b07..adb068d4466d059dac8f0d7004be0e8b426ba25e 100644
|
| --- a/chrome/browser/history/in_memory_url_index_unittest.cc
|
| +++ b/chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
| @@ -14,19 +14,19 @@
|
| #include "base/strings/string16.h"
|
| #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/scored_history_match_builder_impl.h"
|
| +#include "chrome/browser/autocomplete/url_index_private_data.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/history/history_backend.h"
|
| #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_index_private_data.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/test/base/history_index_restore_observer.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/bookmarks/test/bookmark_test_helpers.h"
|
| #include "components/history/core/browser/history_database.h"
|
| -#include "components/history/core/browser/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"
|
|
|