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

Unified Diff: components/search_engines/util.h

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.h
diff --git a/components/search_engines/util.h b/components/search_engines/util.h
index baf822c4c748374c2842c46272d57d9a9bb5fa62..1b7d3eecf3056581bd141ddab5c5e9d604b977ca 100644
--- a/components/search_engines/util.h
+++ b/components/search_engines/util.h
@@ -62,6 +62,7 @@ typedef std::vector<EditedSearchEngine> EditedEngines;
struct ActionsFromPrepopulateData {
ActionsFromPrepopulateData();
+ ActionsFromPrepopulateData(const ActionsFromPrepopulateData& other);
~ActionsFromPrepopulateData();
TemplateURLService::TemplateURLVector removed_engines;

Powered by Google App Engine
This is Rietveld 408576698