Index: chrome/browser/sync/glue/favicon_cache.cc |
diff --git a/chrome/browser/sync/glue/favicon_cache.cc b/chrome/browser/sync/glue/favicon_cache.cc |
index c94528e444cf0c0ba6ac9e65fdc7fa802871fa80..3193791786faee63f4f6f3f598510f72b4e50765 100644 |
--- a/chrome/browser/sync/glue/favicon_cache.cc |
+++ b/chrome/browser/sync/glue/favicon_cache.cc |
@@ -538,7 +538,7 @@ void FaviconCache::OnReceivedSyncFavicon(const GURL& page_url, |
// Post a task to do the actual association because this method may have been |
// called while in a transaction. |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&FaviconCache::OnReceivedSyncFaviconImpl, |
weak_ptr_factory_.GetWeakPtr(), |