| Index: chrome/browser/sync/glue/ui_model_worker.cc
|
| diff --git a/chrome/browser/sync/glue/ui_model_worker.cc b/chrome/browser/sync/glue/ui_model_worker.cc
|
| index c9de1e85648cd961cad3d2e8d794b10889ce4110..1105c979f6744145b812b09e0124def60494b665 100644
|
| --- a/chrome/browser/sync/glue/ui_model_worker.cc
|
| +++ b/chrome/browser/sync/glue/ui_model_worker.cc
|
| @@ -79,7 +79,7 @@ void UIModelWorker::Stop() {
|
|
|
| void UIModelWorker::RegisterForLoopDestruction() {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| - MessageLoop::current()->AddDestructionObserver(this);
|
| + base::MessageLoop::current()->AddDestructionObserver(this);
|
| }
|
|
|
| syncer::SyncerError UIModelWorker::DoWorkAndWaitUntilDoneImpl(
|
|
|