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

Unified Diff: components/omnibox/history_url_provider.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/BUILD.gn ('k') | components/omnibox/history_url_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/history_url_provider.h
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/components/omnibox/history_url_provider.h
similarity index 98%
rename from chrome/browser/autocomplete/history_url_provider.h
rename to components/omnibox/history_url_provider.h
index 53796f45f3bb6c759eb5cac84fdb0023fb40eaaa..e22c6ce14bfd122543bcb2804cbdabb01aa16a71 100644
--- a/chrome/browser/autocomplete/history_url_provider.h
+++ b/components/omnibox/history_url_provider.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_HISTORY_URL_PROVIDER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_HISTORY_URL_PROVIDER_H_
+#ifndef COMPONENTS_OMNIBOX_HISTORY_URL_PROVIDER_H_
+#define COMPONENTS_OMNIBOX_HISTORY_URL_PROVIDER_H_
#include <string>
#include <vector>
@@ -341,4 +341,4 @@ class HistoryURLProvider : public HistoryProvider {
DISALLOW_COPY_AND_ASSIGN(HistoryURLProvider);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_HISTORY_URL_PROVIDER_H_
+#endif // COMPONENTS_OMNIBOX_HISTORY_URL_PROVIDER_H_
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/history_url_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698