| Index: components/omnibox/url_index_private_data.h
|
| diff --git a/chrome/browser/autocomplete/url_index_private_data.h b/components/omnibox/url_index_private_data.h
|
| similarity index 98%
|
| rename from chrome/browser/autocomplete/url_index_private_data.h
|
| rename to components/omnibox/url_index_private_data.h
|
| index df4bee2e0a0537a4d8cea28aebfd937e6d505d0d..b745bf2828ec7c2e6928f2073d20b394d57b9753 100644
|
| --- a/chrome/browser/autocomplete/url_index_private_data.h
|
| +++ b/components/omnibox/url_index_private_data.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_AUTOCOMPLETE_URL_INDEX_PRIVATE_DATA_H_
|
| -#define CHROME_BROWSER_AUTOCOMPLETE_URL_INDEX_PRIVATE_DATA_H_
|
| +#ifndef COMPONENTS_OMNIBOX_URL_INDEX_PRIVATE_DATA_H_
|
| +#define COMPONENTS_OMNIBOX_URL_INDEX_PRIVATE_DATA_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -11,8 +11,8 @@
|
| #include "base/files/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/browser/autocomplete/in_memory_url_index_cache.pb.h"
|
| #include "components/history/core/browser/history_service.h"
|
| +#include "components/omnibox/in_memory_url_index_cache.pb.h"
|
| #include "components/omnibox/in_memory_url_index_types.h"
|
| #include "components/omnibox/scored_history_match.h"
|
|
|
| @@ -407,4 +407,4 @@ class URLIndexPrivateData
|
| size_t post_scoring_item_count_; // After performing final filter/scoring.
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOCOMPLETE_URL_INDEX_PRIVATE_DATA_H_
|
| +#endif // COMPONENTS_OMNIBOX_URL_INDEX_PRIVATE_DATA_H_
|
|
|