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

Unified Diff: components/search_engines/template_url_service_observer.h

Issue 367023002: Componentize TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/search_engines/template_url_service_client.h ('k') | components/search_engines/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_service_observer.h
diff --git a/chrome/browser/search_engines/template_url_service_observer.h b/components/search_engines/template_url_service_observer.h
similarity index 69%
rename from chrome/browser/search_engines/template_url_service_observer.h
rename to components/search_engines/template_url_service_observer.h
index 2e7276ed1abe46405b42802e88ae2099b5b0aa28..acd016f583d77d3f20f36272cdf350ab0ccee61c 100644
--- a/chrome/browser/search_engines/template_url_service_observer.h
+++ b/components/search_engines/template_url_service_observer.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_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_OBSERVER_H_
-#define CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_OBSERVER_H_
+#ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_OBSERVER_H_
+#define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_OBSERVER_H_
// TemplateURLServiceObserver is notified whenever the set of TemplateURLs
// are modified.
@@ -16,4 +16,4 @@ class TemplateURLServiceObserver {
virtual ~TemplateURLServiceObserver() {}
};
-#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_OBSERVER_H_
+#endif // COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_OBSERVER_H_
« no previous file with comments | « components/search_engines/template_url_service_client.h ('k') | components/search_engines/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698