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

Unified Diff: components/sync_driver/data_type_status_table.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/sync_driver/data_type_status_table.cc
diff --git a/components/sync_driver/data_type_status_table.cc b/components/sync_driver/data_type_status_table.cc
index fc940ce7d06b9dc261f8f2b1d0f459a012cbff0a..666b7b485fc93e3a140e9ded863144a9e999145e 100644
--- a/components/sync_driver/data_type_status_table.cc
+++ b/components/sync_driver/data_type_status_table.cc
@@ -25,6 +25,9 @@ syncer::ModelTypeSet GetTypesFromErrorMap(
DataTypeStatusTable::DataTypeStatusTable() {
}
+DataTypeStatusTable::DataTypeStatusTable(const DataTypeStatusTable& other) =
+ default;
+
DataTypeStatusTable::~DataTypeStatusTable() {
}

Powered by Google App Engine
This is Rietveld 408576698