| 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.
|
|
|