| Index: components/search_engines/template_url_data.h
|
| diff --git a/components/search_engines/template_url_data.h b/components/search_engines/template_url_data.h
|
| index 15fbad023bb5c41e9a4ecb96720aba8468efce1a..11943b0ce673eefd744dacf3c8615ff9e5bf9e34 100644
|
| --- a/components/search_engines/template_url_data.h
|
| +++ b/components/search_engines/template_url_data.h
|
| @@ -18,6 +18,7 @@
|
| // whatever fields are desired, then create an immutable TemplateURL from it.
|
| struct TemplateURLData {
|
| TemplateURLData();
|
| + TemplateURLData(const TemplateURLData& other);
|
| ~TemplateURLData();
|
|
|
| // A short description of the template. This is the name we show to the user
|
|
|