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

Unified Diff: components/sessions/core/serialized_navigation_entry.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/sessions/core/serialized_navigation_entry.h
diff --git a/components/sessions/core/serialized_navigation_entry.h b/components/sessions/core/serialized_navigation_entry.h
index 7831ef431bc7fc532f96364a2c8f808e37623d8c..d3e2231bc9f781f71f60b62547174e0aedcea053 100644
--- a/components/sessions/core/serialized_navigation_entry.h
+++ b/components/sessions/core/serialized_navigation_entry.h
@@ -50,6 +50,7 @@ class SESSIONS_EXPORT SerializedNavigationEntry {
// Creates an invalid (index < 0) SerializedNavigationEntry.
SerializedNavigationEntry();
+ SerializedNavigationEntry(const SerializedNavigationEntry& other);
~SerializedNavigationEntry();
// Construct a SerializedNavigationEntry for a particular index from a sync

Powered by Google App Engine
This is Rietveld 408576698