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

Unified Diff: components/omnibox/keyword_provider.h

Issue 469623004: Move KeywordProvider to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move tests Created 6 years, 4 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/keyword_extensions_delegate.cc ('k') | components/omnibox/keyword_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/keyword_provider.h
diff --git a/chrome/browser/autocomplete/keyword_provider.h b/components/omnibox/keyword_provider.h
similarity index 96%
rename from chrome/browser/autocomplete/keyword_provider.h
rename to components/omnibox/keyword_provider.h
index 1412c77f5e872f6e59fe89512081bf875afd61c2..9eb029ed811b998e7f0526bd73d51ff1ef57b72a 100644
--- a/chrome/browser/autocomplete/keyword_provider.h
+++ b/components/omnibox/keyword_provider.h
@@ -8,18 +8,18 @@
// instance of it gets created and managed by the autocomplete controller.
// KeywordProvider uses a TemplateURLService to find the set of keywords.
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_KEYWORD_PROVIDER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_KEYWORD_PROVIDER_H_
+#ifndef COMPONENTS_OMNIBOX_KEYWORD_PROVIDER_H_
+#define COMPONENTS_OMNIBOX_KEYWORD_PROVIDER_H_
#include <string>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/autocomplete/keyword_extensions_delegate.h"
#include "components/metrics/proto/omnibox_input_type.pb.h"
#include "components/omnibox/autocomplete_input.h"
#include "components/omnibox/autocomplete_provider.h"
+#include "components/omnibox/keyword_extensions_delegate.h"
class AutocompleteProviderListener;
class KeywordExtensionsDelegate;
@@ -155,4 +155,4 @@ class KeywordProvider : public AutocompleteProvider {
DISALLOW_COPY_AND_ASSIGN(KeywordProvider);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_KEYWORD_PROVIDER_H_
+#endif // COMPONENTS_OMNIBOX_KEYWORD_PROVIDER_H_
« no previous file with comments | « components/omnibox/keyword_extensions_delegate.cc ('k') | components/omnibox/keyword_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698