summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/history_model_worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/history_model_worker.cc')
-rw-r--r--chrome/browser/sync/glue/history_model_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/history_model_worker.cc b/chrome/browser/sync/glue/history_model_worker.cc
index 205bb6c..656781a 100644
--- a/chrome/browser/sync/glue/history_model_worker.cc
+++ b/chrome/browser/sync/glue/history_model_worker.cc
@@ -48,7 +48,7 @@ class AddDBThreadObserverTask : public history::HistoryDBTask {
virtual bool RunOnDBThread(history::HistoryBackend* backend,
history::HistoryDatabase* db) OVERRIDE {
- MessageLoop::current()->AddDestructionObserver(history_worker_.get());
+ base::MessageLoop::current()->AddDestructionObserver(history_worker_.get());
return true;
}