| 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_
|
|
|