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

Unified Diff: components/sessions/core/serialized_navigation_entry.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/sessions/core/serialized_navigation_entry.cc
diff --git a/components/sessions/core/serialized_navigation_entry.cc b/components/sessions/core/serialized_navigation_entry.cc
index 8dfd8a284e1178a7b65995ce06ae74d5feb39580..20466dce758a7f4ac51e45bcd6ff720fd33910a7 100644
--- a/components/sessions/core/serialized_navigation_entry.cc
+++ b/components/sessions/core/serialized_navigation_entry.cc
@@ -30,6 +30,9 @@ SerializedNavigationEntry::SerializedNavigationEntry()
SerializedNavigationDriver::Get()->GetDefaultReferrerPolicy();
}
+SerializedNavigationEntry::SerializedNavigationEntry(
+ const SerializedNavigationEntry& other) = default;
+
SerializedNavigationEntry::~SerializedNavigationEntry() {}
SerializedNavigationEntry SerializedNavigationEntry::FromSyncData(

Powered by Google App Engine
This is Rietveld 408576698