diff options
Diffstat (limited to 'components/search_engines/util.cc')
-rw-r--r-- | components/search_engines/util.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/search_engines/util.cc b/components/search_engines/util.cc index e3c22c16..029c37f 100644 --- a/components/search_engines/util.cc +++ b/components/search_engines/util.cc @@ -182,6 +182,9 @@ void MergeIntoPrepopulatedEngineData(const TemplateURL* original_turl, ActionsFromPrepopulateData::ActionsFromPrepopulateData() {} +ActionsFromPrepopulateData::ActionsFromPrepopulateData( + const ActionsFromPrepopulateData& other) = default; + ActionsFromPrepopulateData::~ActionsFromPrepopulateData() {} // This is invoked when the version of the prepopulate data changes. |