Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: components/history/core/browser/history_match.h

Issue 371283002: Componentize HistoryMatch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/history_match.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/history_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698