diff options
Diffstat (limited to 'components/search_engines/template_url_data.h')
-rw-r--r-- | components/search_engines/template_url_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/search_engines/template_url_data.h b/components/search_engines/template_url_data.h index 15fbad0..11943b0 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 |