Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: components/search_engines/util.cc

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698