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

Unified Diff: components/omnibox/autocomplete_classifier.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_classifier.h ('k') | components/omnibox/autocomplete_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_classifier.cc
diff --git a/chrome/browser/autocomplete/autocomplete_classifier.cc b/components/omnibox/autocomplete_classifier.cc
similarity index 94%
rename from chrome/browser/autocomplete/autocomplete_classifier.cc
rename to components/omnibox/autocomplete_classifier.cc
index caf1723ec8186d26e247b5ad4df9d588edc949e4..fa62150651c3033f6f378f95596b0232bf205288 100644
--- a/chrome/browser/autocomplete/autocomplete_classifier.cc
+++ b/components/omnibox/autocomplete_classifier.cc
@@ -2,11 +2,11 @@
// 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_classifier.h"
+#include "components/omnibox/autocomplete_classifier.h"
#include "base/auto_reset.h"
-#include "chrome/browser/autocomplete/autocomplete_controller.h"
#include "components/metrics/proto/omnibox_event.pb.h"
+#include "components/omnibox/autocomplete_controller.h"
#include "components/omnibox/autocomplete_input.h"
#include "components/omnibox/autocomplete_match.h"
#include "components/omnibox/autocomplete_provider.h"
« no previous file with comments | « components/omnibox/autocomplete_classifier.h ('k') | components/omnibox/autocomplete_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698