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

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

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.h
diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h
index 1f764bf742368b8621ad4215f8f6588113416007..b13f76d10916699789eb5cd8fdfd21d6e399bad3 100644
--- a/chrome/browser/prefs/session_startup_pref.h
+++ b/chrome/browser/prefs/session_startup_pref.h
@@ -65,6 +65,8 @@ struct SessionStartupPref {
explicit SessionStartupPref(Type type);
+ SessionStartupPref(const SessionStartupPref& other);
+
~SessionStartupPref();
// What to do on startup.

Powered by Google App Engine
This is Rietveld 408576698