| Index: chrome/browser/autocomplete/in_memory_url_index.h
|
| diff --git a/chrome/browser/history/in_memory_url_index.h b/chrome/browser/autocomplete/in_memory_url_index.h
|
| similarity index 98%
|
| rename from chrome/browser/history/in_memory_url_index.h
|
| rename to chrome/browser/autocomplete/in_memory_url_index.h
|
| index fa1647faba8bc6d2cff8db3cfe21b415b6abc7e4..e4fdb1b242241ed24cc6e5eef57408e846f4141e 100644
|
| --- a/chrome/browser/history/in_memory_url_index.h
|
| +++ b/chrome/browser/autocomplete/in_memory_url_index.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_HISTORY_IN_MEMORY_URL_INDEX_H_
|
| -#define CHROME_BROWSER_HISTORY_IN_MEMORY_URL_INDEX_H_
|
| +#ifndef CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_H_
|
| +#define CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_H_
|
|
|
| #include <functional>
|
| #include <map>
|
| @@ -18,10 +18,10 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| +#include "chrome/browser/autocomplete/scored_history_match.h"
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "components/history/core/browser/history_service_observer.h"
|
| #include "components/history/core/browser/history_types.h"
|
| -#include "components/history/core/browser/scored_history_match.h"
|
| #include "sql/connection.h"
|
|
|
| class HistoryService;
|
| @@ -303,4 +303,4 @@ class InMemoryURLIndex : public HistoryServiceObserver,
|
|
|
| } // namespace history
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_IN_MEMORY_URL_INDEX_H_
|
| +#endif // CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_H_
|
|
|