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

Unified Diff: components/omnibox/autocomplete_controller.cc

Issue 1191373002: Componentize AutocompleteController and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prep_builtin_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/autocomplete_controller.h ('k') | components/omnibox/autocomplete_controller_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_controller.cc
diff --git a/chrome/browser/autocomplete/autocomplete_controller.cc b/components/omnibox/autocomplete_controller.cc
similarity index 98%
rename from chrome/browser/autocomplete/autocomplete_controller.cc
rename to components/omnibox/autocomplete_controller.cc
index bd551edc8ff6c5f41ed6e4e234bb38ecdf2038c7..c5f7f2b1d5aace16a7b114aad0e38706080ef11e 100644
--- a/chrome/browser/autocomplete/autocomplete_controller.cc
+++ b/components/omnibox/autocomplete_controller.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/autocomplete_controller.h"
+#include "components/omnibox/autocomplete_controller.h"
#include <set>
#include <string>
@@ -13,16 +13,16 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
#include "base/time/time.h"
-#include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
-#include "chrome/browser/autocomplete/builtin_provider.h"
-#include "chrome/browser/autocomplete/zero_suggest_provider.h"
+#include "components/omnibox/autocomplete_controller_delegate.h"
#include "components/omnibox/bookmark_provider.h"
+#include "components/omnibox/builtin_provider.h"
#include "components/omnibox/history_quick_provider.h"
#include "components/omnibox/history_url_provider.h"
#include "components/omnibox/keyword_provider.h"
#include "components/omnibox/omnibox_field_trial.h"
#include "components/omnibox/search_provider.h"
#include "components/omnibox/shortcuts_provider.h"
+#include "components/omnibox/zero_suggest_provider.h"
#include "components/search_engines/template_url.h"
#include "components/search_engines/template_url_service.h"
#include "grit/components_strings.h"
« no previous file with comments | « components/omnibox/autocomplete_controller.h ('k') | components/omnibox/autocomplete_controller_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698