| 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() {}
|
|
|