Index: components/sync_driver/ui_data_type_controller_unittest.cc |
diff --git a/components/sync_driver/ui_data_type_controller_unittest.cc b/components/sync_driver/ui_data_type_controller_unittest.cc |
index da61cb72dc8ec6808dcedb0f66d60906f8eb6fc2..abf288439475b8261587fa43cc02dfc96afedecf 100644 |
--- a/components/sync_driver/ui_data_type_controller_unittest.cc |
+++ b/components/sync_driver/ui_data_type_controller_unittest.cc |
@@ -188,7 +188,7 @@ TEST_F(SyncUIDataTypeControllerTest, OnSingleDatatypeUnrecoverableError) { |
EXPECT_TRUE(syncable_service_.syncing()); |
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", |