| Index: components/search_engines/util.h
|
| diff --git a/chrome/browser/search_engines/util.h b/components/search_engines/util.h
|
| similarity index 96%
|
| rename from chrome/browser/search_engines/util.h
|
| rename to components/search_engines/util.h
|
| index 18fa9cba925c4111bcd5a71017f0a922a2d5decd..a9afa2f56a34fb9f66bc3c08d97c223027928497 100644
|
| --- a/chrome/browser/search_engines/util.h
|
| +++ b/components/search_engines/util.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_UTIL_H_
|
| -#define CHROME_BROWSER_SEARCH_ENGINES_UTIL_H_
|
| +#ifndef COMPONENTS_SEARCH_ENGINES_UTIL_H_
|
| +#define COMPONENTS_SEARCH_ENGINES_UTIL_H_
|
|
|
| // This file contains utility functions for search engine functionality.
|
| #include <set>
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/browser/search_engines/template_url_service.h"
|
| +#include "components/search_engines/template_url_service.h"
|
|
|
| class KeywordWebDataService;
|
| class PrefService;
|
| @@ -133,4 +133,4 @@ void RemoveDuplicatePrepopulateIDs(
|
| const SearchTermsData& search_terms_data,
|
| std::set<std::string>* removed_keyword_guids);
|
|
|
| -#endif // CHROME_BROWSER_SEARCH_ENGINES_UTIL_H_
|
| +#endif // COMPONENTS_SEARCH_ENGINES_UTIL_H_
|
|
|