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 696f5f15970b1417372c2ca79e1d62252fd784e2..bc3fc6682d2ce0b2183c993f78472679d5e7a7d9 100644 |
--- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc |
@@ -57,7 +57,9 @@ class NoOpAutofillBackend : public AutofillWebDataBackend { |
class FakeWebDataService : public AutofillWebDataService { |
public: |
FakeWebDataService() |
- : AutofillWebDataService(), |
+ : AutofillWebDataService( |
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB)), |
is_database_loaded_(false), |
db_loaded_callback_(base::Callback<void(void)>()){} |