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

Unified Diff: content/public/common/platform_notification_data.cc

Issue 1867153002: content: 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, 8 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
« no previous file with comments | « content/public/common/platform_notification_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/platform_notification_data.cc
diff --git a/content/public/common/platform_notification_data.cc b/content/public/common/platform_notification_data.cc
index 8c4d1317bc666619e4d8b4f68aecee119a2d11fd..904015aa701d220bef7abb68f178c52667105113 100644
--- a/content/public/common/platform_notification_data.cc
+++ b/content/public/common/platform_notification_data.cc
@@ -8,6 +8,9 @@ namespace content {
PlatformNotificationAction::PlatformNotificationAction() {}
+PlatformNotificationAction::PlatformNotificationAction(
+ const PlatformNotificationAction& other) = default;
+
PlatformNotificationAction::~PlatformNotificationAction() {}
PlatformNotificationData::PlatformNotificationData() {}
« no previous file with comments | « content/public/common/platform_notification_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698