| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index db3a11c4b9a4aed44ef2b9bbf5550f8e65e7bb7c..159e6b8238b178369521c69321f0b76f0786777a 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -312,7 +312,7 @@ ProfileImpl::ProfileImpl(const FilePath& path,
|
| DCHECK(!path.empty()) << "Using an empty path will attempt to write " <<
|
| "profile files to the root directory!";
|
|
|
| - create_session_service_timer_.Start(
|
| + create_session_service_timer_.Start(FROM_HERE,
|
| TimeDelta::FromMilliseconds(kCreateSessionServiceDelayMS), this,
|
| &ProfileImpl::EnsureSessionServiceCreated);
|
|
|
|
|