| Index: components/search_engines/util.h
|
| diff --git a/components/search_engines/util.h b/components/search_engines/util.h
|
| index baf822c4c748374c2842c46272d57d9a9bb5fa62..1b7d3eecf3056581bd141ddab5c5e9d604b977ca 100644
|
| --- a/components/search_engines/util.h
|
| +++ b/components/search_engines/util.h
|
| @@ -62,6 +62,7 @@ typedef std::vector<EditedSearchEngine> EditedEngines;
|
|
|
| struct ActionsFromPrepopulateData {
|
| ActionsFromPrepopulateData();
|
| + ActionsFromPrepopulateData(const ActionsFromPrepopulateData& other);
|
| ~ActionsFromPrepopulateData();
|
|
|
| TemplateURLService::TemplateURLVector removed_engines;
|
|
|