Index: chrome/browser/autocomplete/in_memory_url_index.cc |
diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/autocomplete/in_memory_url_index.cc |
similarity index 99% |
rename from chrome/browser/history/in_memory_url_index.cc |
rename to chrome/browser/autocomplete/in_memory_url_index.cc |
index e3c2a91af67c1f497e2a45b0b10be56ae7033397..8c84c1a30ece2bfee70e8b613ba3ebed5f50b7df 100644 |
--- a/chrome/browser/history/in_memory_url_index.cc |
+++ b/chrome/browser/autocomplete/in_memory_url_index.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/history/in_memory_url_index.h" |
+#include "chrome/browser/autocomplete/in_memory_url_index.h" |
#include "base/files/file_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/trace_event/trace_event.h" |
+#include "chrome/browser/autocomplete/url_index_private_data.h" |
#include "chrome/browser/history/history_service.h" |
-#include "chrome/browser/history/url_index_private_data.h" |
#include "chrome/common/url_constants.h" |
#include "components/history/core/browser/url_database.h" |
#include "content/public/browser/browser_thread.h" |