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

Unified Diff: components/omnibox/zero_suggest_provider.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/builtin_provider.cc ('k') | components/omnibox/zero_suggest_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/zero_suggest_provider.h
diff --git a/chrome/browser/autocomplete/zero_suggest_provider.h b/components/omnibox/zero_suggest_provider.h
similarity index 97%
rename from chrome/browser/autocomplete/zero_suggest_provider.h
rename to components/omnibox/zero_suggest_provider.h
index 481b04e1e22be5c5a7a3709f9f0da09b13beab58..27e56655b6f969e6323716949e899779faef6752 100644
--- a/chrome/browser/autocomplete/zero_suggest_provider.h
+++ b/components/omnibox/zero_suggest_provider.h
@@ -6,8 +6,8 @@
// provider is invoked when the user focuses in the omnibox prior to editing,
// and generates search query suggestions based on the current URL.
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_ZERO_SUGGEST_PROVIDER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_ZERO_SUGGEST_PROVIDER_H_
+#ifndef COMPONENTS_OMNIBOX_ZERO_SUGGEST_PROVIDER_H_
+#define COMPONENTS_OMNIBOX_ZERO_SUGGEST_PROVIDER_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -162,4 +162,4 @@ class ZeroSuggestProvider : public BaseSearchProvider,
DISALLOW_COPY_AND_ASSIGN(ZeroSuggestProvider);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_ZERO_SUGGEST_PROVIDER_H_
+#endif // COMPONENTS_OMNIBOX_ZERO_SUGGEST_PROVIDER_H_
« no previous file with comments | « components/omnibox/builtin_provider.cc ('k') | components/omnibox/zero_suggest_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698