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

Unified Diff: components/gcm_driver/gcm_activity.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/gcm_driver/gcm_activity.h
diff --git a/components/gcm_driver/gcm_activity.h b/components/gcm_driver/gcm_activity.h
index fb1c2292b83ea10ee9b44bab4d97fd8946ff4642..80c9d0316f978d7c1d429fd3528dd7d6711d9bf3 100644
--- a/components/gcm_driver/gcm_activity.h
+++ b/components/gcm_driver/gcm_activity.h
@@ -74,6 +74,7 @@ struct DecryptionFailureActivity : Activity {
struct RecordedActivities {
RecordedActivities();
+ RecordedActivities(const RecordedActivities& other);
virtual ~RecordedActivities();
std::vector<CheckinActivity> checkin_activities;

Powered by Google App Engine
This is Rietveld 408576698