| Index: chrome/browser/sync/glue/bookmark_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.cc b/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| index fe443fe6c767223cdb32e55de0ec710362cadee5..febc8b4c81b34e1d24f3eaeb97e1772f0fa7f146 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| @@ -645,7 +645,7 @@ void BookmarkModelAssociator::PostPersistAssociationsTask() {
|
| // No need to post a task if a task is already pending.
|
| if (weak_factory_.HasWeakPtrs())
|
| return;
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(
|
| &BookmarkModelAssociator::PersistAssociations,
|
|
|