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

Unified Diff: components/autocomplete/autocomplete_provider_listener.h

Issue 437793002: Componentize AutocompleteProviderListener (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/autocomplete.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autocomplete/autocomplete_provider_listener.h
diff --git a/chrome/browser/autocomplete/autocomplete_provider_listener.h b/components/autocomplete/autocomplete_provider_listener.h
similarity index 84%
rename from chrome/browser/autocomplete/autocomplete_provider_listener.h
rename to components/autocomplete/autocomplete_provider_listener.h
index 7bd53a374beb2b8e1cb33b35e02cb562d8401506..fe09592fe498ee01b033c73c52cd323ee3e03641 100644
--- a/chrome/browser/autocomplete/autocomplete_provider_listener.h
+++ b/components/autocomplete/autocomplete_provider_listener.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_PROVIDER_LISTENER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_LISTENER_H_
+#ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_LISTENER_H_
+#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_LISTENER_H_
class AutocompleteProviderListener {
public:
@@ -27,4 +27,4 @@ class AutocompleteProviderListener {
virtual ~AutocompleteProviderListener() {}
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_LISTENER_H_
+#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_LISTENER_H_
« no previous file with comments | « components/autocomplete.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698