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

Unified Diff: components/omnibox/keyword_extensions_delegate.h

Issue 469623004: Move KeywordProvider to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: components/omnibox/keyword_extensions_delegate.h
diff --git a/chrome/browser/autocomplete/keyword_extensions_delegate.h b/components/omnibox/keyword_extensions_delegate.h
similarity index 90%
rename from chrome/browser/autocomplete/keyword_extensions_delegate.h
rename to components/omnibox/keyword_extensions_delegate.h
index d4ab571dbc2413c0c7f580c7fe588255881b402f..08cacafb2e848cdd6f315c5719711e4f0867072c 100644
--- a/chrome/browser/autocomplete/keyword_extensions_delegate.h
+++ b/components/omnibox/keyword_extensions_delegate.h
@@ -7,8 +7,8 @@
// This file contains the dummy implementation of KeywordExtensionsDelegate,
// which does nothing.
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_KEYWORD_EXTENSIONS_DELEGATE_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_KEYWORD_EXTENSIONS_DELEGATE_H_
+#ifndef COMPONENTS_OMNIBOX_KEYWORD_EXTENSIONS_DELEGATE_H_
+#define COMPONENTS_OMNIBOX_KEYWORD_EXTENSIONS_DELEGATE_H_
#include <string>
@@ -56,4 +56,4 @@ class KeywordExtensionsDelegate {
DISALLOW_COPY_AND_ASSIGN(KeywordExtensionsDelegate);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_KEYWORD_EXTENSIONS_DELEGATE_H_
+#endif // COMPONENTS_OMNIBOX_KEYWORD_EXTENSIONS_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698