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

Unified Diff: components/sync_driver/data_type_manager_impl.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_manager_impl.h
diff --git a/components/sync_driver/data_type_manager_impl.h b/components/sync_driver/data_type_manager_impl.h
index 3c198c31aac4e42f59b7145e433dd779f011fd04..99514e01299ab1dc7b717ca84033876cb2f4c76d 100644
--- a/components/sync_driver/data_type_manager_impl.h
+++ b/components/sync_driver/data_type_manager_impl.h
@@ -186,6 +186,7 @@ class DataTypeManagerImpl : public DataTypeManager,
// Types waiting for association and related time tracking info.
struct AssociationTypesInfo {
AssociationTypesInfo();
+ AssociationTypesInfo(const AssociationTypesInfo& other);
~AssociationTypesInfo();
// Types to associate.

Powered by Google App Engine
This is Rietveld 408576698