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

Unified Diff: components/omnibox/scored_history_match.h

Issue 1181113005: Componentize HistoryURLProvider/ScoredHistoryMatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prepare_history_url_provider_for_c14n
Patch Set: Rebase Created 5 years, 6 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/omnibox/history_url_provider.cc ('k') | components/omnibox/scored_history_match.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/scored_history_match.h
diff --git a/chrome/browser/autocomplete/scored_history_match.h b/components/omnibox/scored_history_match.h
similarity index 98%
rename from chrome/browser/autocomplete/scored_history_match.h
rename to components/omnibox/scored_history_match.h
index d9b5ae4579c720c7af0b2a6f4e1e159c2554d203..055e635d8263b0c43af6bd4a9c0fe5a1b0b2eb0f 100644
--- a/chrome/browser/autocomplete/scored_history_match.h
+++ b/components/omnibox/scored_history_match.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_SCORED_HISTORY_MATCH_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_SCORED_HISTORY_MATCH_H_
+#ifndef COMPONENTS_OMNIBOX_SCORED_HISTORY_MATCH_H_
+#define COMPONENTS_OMNIBOX_SCORED_HISTORY_MATCH_H_
#include <string>
#include <vector>
@@ -193,4 +193,4 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
};
typedef std::vector<ScoredHistoryMatch> ScoredHistoryMatches;
-#endif // CHROME_BROWSER_AUTOCOMPLETE_SCORED_HISTORY_MATCH_H_
+#endif // COMPONENTS_OMNIBOX_SCORED_HISTORY_MATCH_H_
« no previous file with comments | « components/omnibox/history_url_provider.cc ('k') | components/omnibox/scored_history_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698