Index: components/sync_driver/non_ui_data_type_controller_unittest.cc |
diff --git a/components/sync_driver/non_ui_data_type_controller_unittest.cc b/components/sync_driver/non_ui_data_type_controller_unittest.cc |
index 3f9e87ba4fe114418c1e6e35ebbb94326f7c9d1d..5eef2e3f8ca2768e99e9d6d437c6d11a258a56e2 100644 |
--- a/components/sync_driver/non_ui_data_type_controller_unittest.cc |
+++ b/components/sync_driver/non_ui_data_type_controller_unittest.cc |
@@ -486,7 +486,7 @@ TEST_F(SyncNonUIDataTypeControllerTest, OnSingleDataTypeUnrecoverableError) { |
EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); |
testing::Mock::VerifyAndClearExpectations(&start_callback_); |
- EXPECT_CALL(start_callback_, Run(DataTypeController::RUNTIME_ERROR, _, _)); |
+ EXPECT_CALL(model_load_callback_, Run(_, _)); |
syncer::SyncError error(FROM_HERE, |
syncer::SyncError::DATATYPE_ERROR, |
"error", |