| Index: components/search_engines/template_url_prepopulate_data.h
|
| diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.h b/components/search_engines/template_url_prepopulate_data.h
|
| similarity index 92%
|
| rename from chrome/browser/search_engines/template_url_prepopulate_data.h
|
| rename to components/search_engines/template_url_prepopulate_data.h
|
| index 37505701d8fb55969936d8e0c3da076955d1104b..6fcf3e2cfdea8d6db14df64d6342aab1236a4afc 100644
|
| --- a/chrome/browser/search_engines/template_url_prepopulate_data.h
|
| +++ b/components/search_engines/template_url_prepopulate_data.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_PREPOPULATE_DATA_H_
|
| -#define CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_
|
| +#ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_
|
| +#define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_
|
|
|
| #include <stddef.h>
|
| #include <string>
|
| @@ -73,4 +73,4 @@ SearchEngineType GetEngineType(const GURL& url);
|
|
|
| } // namespace TemplateURLPrepopulateData
|
|
|
| -#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_
|
| +#endif // COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_
|
|
|