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 c7ca1c53e88cdca1fb14406a7da4d02178af1c4d..801301bb84fcd8cdb15f411bfaeebe13df9d009e 100644 |
--- a/chrome/browser/sync/glue/ui_model_worker.cc |
+++ b/chrome/browser/sync/glue/ui_model_worker.cc |
@@ -68,7 +68,6 @@ UnrecoverableErrorInfo UIModelWorker::DoWorkAndWaitUntilDone( |
// The task is owned by the message loop as per usual. |
base::AutoLock lock(lock_); |
DCHECK(pending_work_.is_null()); |
- UnrecoverableErrorInfo error_info; |
pending_work_ = base::Bind(&CallDoWorkAndSignalCallback, work, &work_done, |
base::Unretained(this), &error_info); |
if (!BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, pending_work_)) { |