| Index: chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| index 8d86afae9c0936ee09139f31a2dafba7d450e965..ead222a76b5a06e1b8206f8d1e0f0ade01d8f8d3 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -77,7 +77,7 @@ class FakeWebDataService : public WebDataService {
|
| // thread.
|
| base::RunLoop run_loop;
|
| BrowserThread::PostTaskAndReply(BrowserThread::DB, FROM_HERE,
|
| - base::Bind(&FakeWebDataService::CreateSyncableService,
|
| + base::Bind(&FakeWebDataService::ShutdownOnDBThread,
|
| base::Unretained(this)), run_loop.QuitClosure());
|
| run_loop.Run();
|
| }
|
|
|