| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 8bbf7e1c65c7a5856b66f6cc73a7133e40336516..89b98aba832dab43586e9fe69531e183273a7131 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -243,7 +243,7 @@ class ProfileImpl : public Profile {
|
| ExitType last_session_exit_type_;
|
|
|
| #if defined(ENABLE_SESSION_SERVICE)
|
| - base::OneShotTimer<ProfileImpl> create_session_service_timer_;
|
| + base::OneShotTimer create_session_service_timer_;
|
| #endif
|
|
|
| scoped_ptr<Profile> off_the_record_profile_;
|
|
|