| Index: chrome/browser/chromeos/cros/login_library.cc
|
| diff --git a/chrome/browser/chromeos/cros/login_library.cc b/chrome/browser/chromeos/cros/login_library.cc
|
| index 238b52b66e40f1d2bd412195f6afd1ff8b605eed..af42d4ab0fd593443c964e738a1a512d35421387 100644
|
| --- a/chrome/browser/chromeos/cros/login_library.cc
|
| +++ b/chrome/browser/chromeos/cros/login_library.cc
|
| @@ -89,7 +89,7 @@ class LoginLibraryImpl : public LoginLibrary {
|
| // just kills us so settings may be lost. See http://crosbug.com/13102
|
| local_state_->CommitPendingWrite();
|
| timer_.Start(
|
| - FROM_HERE, base::TimeDelta::FromSeconds(3), this,
|
| + base::TimeDelta::FromSeconds(3), this,
|
| &JobRestartRequest::RestartJob);
|
| // Post task on file thread thus it occurs last on task queue, so it
|
| // would be executed after committing pending write on file thread.
|
|
|