Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 79a92f5966a7b882f8f13c2d3a5cdb98a059af8b..2c002df4f3bf7d7f712028c5c5587b94764f1550 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -310,7 +310,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); |