Index: components/history/core/browser/history_match.h |
diff --git a/chrome/browser/autocomplete/history_provider_util.h b/components/history/core/browser/history_match.h |
similarity index 88% |
rename from chrome/browser/autocomplete/history_provider_util.h |
rename to components/history/core/browser/history_match.h |
index 866a477bc83890ebad1a79d7688cfe2fa5d330b4..86a4f3a4784584b00caa5864a5d7554355d60008 100644 |
--- a/chrome/browser/autocomplete/history_provider_util.h |
+++ b/components/history/core/browser/history_match.h |
@@ -2,13 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_HISTORY_PROVIDER_UTIL_H_ |
-#define CHROME_BROWSER_AUTOCOMPLETE_HISTORY_PROVIDER_UTIL_H_ |
+#ifndef COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_MATCH_H_ |
+#define COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_MATCH_H_ |
#include <deque> |
-#include <vector> |
-#include "chrome/browser/history/history_types.h" |
+#include "components/history/core/browser/url_row.h" |
namespace history { |
@@ -55,4 +54,4 @@ typedef std::deque<HistoryMatch> HistoryMatches; |
} // namespace history |
-#endif // CHROME_BROWSER_AUTOCOMPLETE_HISTORY_PROVIDER_UTIL_H_ |
+#endif // COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_MATCH_H_ |