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

Unified Diff: components/sync_driver/data_type_status_table.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/sync_driver/data_type_status_table.h
diff --git a/components/sync_driver/data_type_status_table.h b/components/sync_driver/data_type_status_table.h
index 536c1eb2f4205864c6bd78eda69f9ff0a7665a37..4cb100562bd0d7af88dec7aaa4f3394f92f15481 100644
--- a/components/sync_driver/data_type_status_table.h
+++ b/components/sync_driver/data_type_status_table.h
@@ -18,6 +18,7 @@ class DataTypeStatusTable {
typedef std::map<syncer::ModelType, syncer::SyncError> TypeErrorMap;
DataTypeStatusTable();
+ DataTypeStatusTable(const DataTypeStatusTable& other);
~DataTypeStatusTable();
// Copy and assign welcome.

Powered by Google App Engine
This is Rietveld 408576698