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

Unified Diff: components/omnibox/autocomplete_classifier.h

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/DEPS ('k') | components/omnibox/autocomplete_classifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_classifier.h
diff --git a/chrome/browser/autocomplete/autocomplete_classifier.h b/components/omnibox/autocomplete_classifier.h
similarity index 93%
rename from chrome/browser/autocomplete/autocomplete_classifier.h
rename to components/omnibox/autocomplete_classifier.h
index e5be13f33a104f6e5797c354d3d6177501a04201..a1c952712ab7ac3bc8f440db5bd743dbb7bc7889 100644
--- a/chrome/browser/autocomplete/autocomplete_classifier.h
+++ b/components/omnibox/autocomplete_classifier.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_AUTOCOMPLETE_CLASSIFIER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_CLASSIFIER_H_
+#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_CLASSIFIER_H_
+#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_CLASSIFIER_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -67,4 +67,4 @@ class AutocompleteClassifier : public KeyedService {
DISALLOW_IMPLICIT_CONSTRUCTORS(AutocompleteClassifier);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_CLASSIFIER_H_
+#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_CLASSIFIER_H_
« no previous file with comments | « components/omnibox/DEPS ('k') | components/omnibox/autocomplete_classifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698