Index: chrome/browser/sync/test/integration/autofill_helper.cc |
diff --git a/chrome/browser/sync/test/integration/autofill_helper.cc b/chrome/browser/sync/test/integration/autofill_helper.cc |
index 9ff003d6cff6324344715c1278929375e0c47795..72a2d55951f52ce09204341aff9785542621161f 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.cc |
+++ b/chrome/browser/sync/test/integration/autofill_helper.cc |
@@ -40,7 +40,7 @@ class GetAllAutofillEntries |
BrowserThread::PostTask( |
BrowserThread::DB, |
FROM_HERE, |
- NewRunnableMethod(this, &GetAllAutofillEntries::Run)); |
+ base::Bind(&GetAllAutofillEntries::Run, this)); |
done_event_.Wait(); |
} |