Index: chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
diff --git a/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc b/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
index 5c2dbacef9f817f4fad77dc1db0aa919eca75ef7..49c6f5be036cfc05669f6b4b3b33f9ca2c73fe80 100644 |
--- a/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
@@ -197,7 +197,7 @@ TEST_F(SyncUIDataTypeControllerTest, |
// gets stopped and the DTC is in NOT_RUNNING state. |
TEST_F(SyncUIDataTypeControllerTest, OnSingleDatatypeUnrecoverableError) { |
SetActivateExpectations(); |
- EXPECT_CALL(profile_sync_service_, OnDisableDatatype(_,_,_)). |
+ EXPECT_CALL(profile_sync_service_, DisableBrokenDatatype(_,_,_)). |
WillOnce(InvokeWithoutArgs(preference_dtc_.get(), |
&UIDataTypeController::Stop)); |
SetStopExpectations(); |