Index: components/search_engines/util.cc |
diff --git a/components/search_engines/util.cc b/components/search_engines/util.cc |
index e3c22c16c1e47d4ffe5a4e7410b87fd5fbc46e39..029c37f099e8f9ce448657aed268ef1f444e0e0a 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. |