Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 0b3acf5f5158757854a93a5319740d7f2313e595..1ddbd122895ac883110c5486aaebf3e1754d3f95 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(FROM_HERE, |
+ create_session_service_timer_.Start( |
TimeDelta::FromMilliseconds(kCreateSessionServiceDelayMS), this, |
&ProfileImpl::EnsureSessionServiceCreated); |