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

Unified Diff: components/omnibox/autocomplete_controller_delegate.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/autocomplete_controller.cc ('k') | components/omnibox/builtin_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_controller_delegate.h
diff --git a/chrome/browser/autocomplete/autocomplete_controller_delegate.h b/components/omnibox/autocomplete_controller_delegate.h
similarity index 70%
rename from chrome/browser/autocomplete/autocomplete_controller_delegate.h
rename to components/omnibox/autocomplete_controller_delegate.h
index 6f528ececf45971db9808b30e1ceb92f8aa5b967..45db5357924aa585ff007f91418b9eedc1c193a4 100644
--- a/chrome/browser/autocomplete/autocomplete_controller_delegate.h
+++ b/components/omnibox/autocomplete_controller_delegate.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_CONTROLLER_DELEGATE_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_CONTROLLER_DELEGATE_H_
+#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_CONTROLLER_DELEGATE_H_
+#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_CONTROLLER_DELEGATE_H_
class AutocompleteControllerDelegate {
public:
@@ -16,4 +16,4 @@ class AutocompleteControllerDelegate {
virtual ~AutocompleteControllerDelegate() {}
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_CONTROLLER_DELEGATE_H_
+#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_CONTROLLER_DELEGATE_H_
« no previous file with comments | « components/omnibox/autocomplete_controller.cc ('k') | components/omnibox/builtin_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698