| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 5f41bd3a97634682d3a372903cff5cf96444da51..36e0b63219d47b744269483ba8c40c60f5fbd4cb 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -239,7 +239,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_;
|
|
|