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

Unified Diff: components/search_engines/template_url_data.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/template_url_data.cc
diff --git a/components/search_engines/template_url_data.cc b/components/search_engines/template_url_data.cc
index 8013697e1286b288477d500ac6cc0a2ae07da5fe..f415c7719fcc8e13855f6aa3d8fe43bb305971d7 100644
--- a/components/search_engines/template_url_data.cc
+++ b/components/search_engines/template_url_data.cc
@@ -24,6 +24,8 @@ TemplateURLData::TemplateURLData()
url_("x") {
}
+TemplateURLData::TemplateURLData(const TemplateURLData& other) = default;
+
TemplateURLData::~TemplateURLData() {
}

Powered by Google App Engine
This is Rietveld 408576698