| 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 6107331ea3d2018b1efc89fc7ff9dc7763147d51..fcdd0e7466ed5a878d3e83a158ba0dd754b8cbfa 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -153,8 +153,7 @@ class SyncAutofillDataTypeControllerTest : public testing::Test {
|
|
|
| autofill_dtc_ =
|
| new AutofillDataTypeController(
|
| - &profile_sync_factory_, &profile_,
|
| - sync_driver::DataTypeController::DisableTypeCallback());
|
| + &profile_sync_factory_, &profile_);
|
| }
|
|
|
| // Passed to AutofillDTC::Start().
|
|
|