summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/password_model_worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/password_model_worker.cc')
-rw-r--r--chrome/browser/sync/glue/password_model_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/password_model_worker.cc b/chrome/browser/sync/glue/password_model_worker.cc
index 7ee1ea4..ae5ac5c 100644
--- a/chrome/browser/sync/glue/password_model_worker.cc
+++ b/chrome/browser/sync/glue/password_model_worker.cc
@@ -55,7 +55,7 @@ void PasswordModelWorker::CallDoWorkAndSignalTask(
}
void PasswordModelWorker::RegisterForPasswordLoopDestruction() {
- MessageLoop::current()->AddDestructionObserver(this);
+ base::MessageLoop::current()->AddDestructionObserver(this);
}
} // namespace browser_sync