Index: chrome/browser/sync/notifier/registration_manager.cc |
diff --git a/chrome/browser/sync/notifier/registration_manager.cc b/chrome/browser/sync/notifier/registration_manager.cc |
index b505729f37ad3325869e732e383353365d04e337..0308dbea400a36ab46cec49c96eb3f2938755dbf 100644 |
--- a/chrome/browser/sync/notifier/registration_manager.cc |
+++ b/chrome/browser/sync/notifier/registration_manager.cc |
@@ -192,7 +192,7 @@ void RegistrationManager::TryRegisterType(syncable::ModelType model_type, |
<< syncable::ModelTypeToString(model_type) << " in " |
<< delay.InMilliseconds() << " ms"; |
status->registration_timer.Stop(); |
- status->registration_timer.Start(FROM_HERE, |
+ status->registration_timer.Start( |
delay, status, &RegistrationManager::RegistrationStatus::DoRegister); |
double next_delay_seconds = |
CalculateBackoff(static_cast<double>(status->next_delay.InSeconds()), |