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

Unified Diff: chrome/browser/prefs/session_startup_pref.cc

Issue 1731483003: chrome: 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: chrome/browser/prefs/session_startup_pref.cc
diff --git a/chrome/browser/prefs/session_startup_pref.cc b/chrome/browser/prefs/session_startup_pref.cc
index 17d0fbda1d5b78e574d7fc580170a4fc745cf6a0..c3e6b79d69bd235fbbe2943b916e6f56b210375a 100644
--- a/chrome/browser/prefs/session_startup_pref.cc
+++ b/chrome/browser/prefs/session_startup_pref.cc
@@ -152,4 +152,7 @@ SessionStartupPref::Type SessionStartupPref::PrefValueToType(int pref_value) {
SessionStartupPref::SessionStartupPref(Type type) : type(type) {}
+SessionStartupPref::SessionStartupPref(const SessionStartupPref& other) =
+ default;
+
SessionStartupPref::~SessionStartupPref() {}

Powered by Google App Engine
This is Rietveld 408576698