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

Unified Diff: components/search_engines/template_url_service_client.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
Index: components/search_engines/template_url_service_client.h
diff --git a/chrome/browser/search_engines/template_url_service_client.h b/components/search_engines/template_url_service_client.h
similarity index 84%
rename from chrome/browser/search_engines/template_url_service_client.h
rename to components/search_engines/template_url_service_client.h
index 1a1d3b5d5da414465f4fff120b3974f8567eb70a..9ab8068bc9f20a0c03f3fe9a47118b8e03884c8b 100644
--- a/chrome/browser/search_engines/template_url_service_client.h
+++ b/components/search_engines/template_url_service_client.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_CLIENT_H_
-#define CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_CLIENT_H_
+#ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_CLIENT_H_
+#define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_CLIENT_H_
#include "base/strings/string16.h"
#include "components/search_engines/template_url_id.h"
@@ -33,4 +33,4 @@ class TemplateURLServiceClient {
virtual void AddKeywordGeneratedVisit(const GURL& url) = 0;
};
-#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_CLIENT_H_
+#endif // COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_CLIENT_H_
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | components/search_engines/template_url_service_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698