| Index: components/search_engines/util.h
|
| diff --git a/components/search_engines/util.h b/components/search_engines/util.h
|
| index 39034e5b6fd997e51e959dffcc2984e5e9b9389c..3bcab60f71664b8ce1a9698e31e64e635772cfc6 100644
|
| --- a/components/search_engines/util.h
|
| +++ b/components/search_engines/util.h
|
| @@ -139,4 +139,10 @@ TemplateURLService::OwnedTemplateURLVector::iterator FindTemplateURL(
|
| TemplateURLService::OwnedTemplateURLVector* urls,
|
| const TemplateURL* url);
|
|
|
| +std::unique_ptr<TemplateURLData> TemplateUrlDataFromDictionary(
|
| + const base::DictionaryValue& dict);
|
| +
|
| +std::unique_ptr<base::DictionaryValue> TemplateUrlDataToDictionary(
|
| + const TemplateURLData& turl_data);
|
| +
|
| #endif // COMPONENTS_SEARCH_ENGINES_UTIL_H_
|
|
|