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

Unified Diff: components/omnibox/history_quick_provider.cc

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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_quick_provider.h ('k') | components/omnibox/in_memory_url_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/history_quick_provider.cc
diff --git a/chrome/browser/autocomplete/history_quick_provider.cc b/components/omnibox/history_quick_provider.cc
similarity index 99%
rename from chrome/browser/autocomplete/history_quick_provider.cc
rename to components/omnibox/history_quick_provider.cc
index 911bf1ff2c1b61ea32bad7c9c84d75ff3cb68a0f..40037b11d716019f5133b048f546898cc2675257 100644
--- a/chrome/browser/autocomplete/history_quick_provider.cc
+++ b/components/omnibox/history_quick_provider.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autocomplete/history_quick_provider.h"
+#include "components/omnibox/history_quick_provider.h"
#include <vector>
@@ -15,7 +15,6 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/autocomplete/in_memory_url_index.h"
#include "components/bookmarks/browser/bookmark_model.h"
#include "components/history/core/browser/history_database.h"
#include "components/history/core/browser/history_service.h"
@@ -24,6 +23,7 @@
#include "components/omnibox/autocomplete_provider_client.h"
#include "components/omnibox/autocomplete_result.h"
#include "components/omnibox/history_url_provider.h"
+#include "components/omnibox/in_memory_url_index.h"
#include "components/omnibox/in_memory_url_index_types.h"
#include "components/omnibox/omnibox_field_trial.h"
#include "components/search_engines/template_url.h"
« no previous file with comments | « components/omnibox/history_quick_provider.h ('k') | components/omnibox/in_memory_url_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698