| Index: chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc b/chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc
|
| index 123c5c6e5f612acb33571762339693d4d293da41..807348fac5ac5d010e38ffa20c11db818580cad2 100644
|
| --- a/chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc
|
| @@ -261,7 +261,7 @@ TEST_F(SyncAppNotificationDataTypeControllerTest,
|
| SetStartExpectations();
|
| InitAndLoadManager();
|
| SetActivateExpectations();
|
| - EXPECT_CALL(service_, OnDisableDatatype(_, _, _)).
|
| + EXPECT_CALL(service_, DisableBrokenDatatype(_, _, _)).
|
| WillOnce(InvokeWithoutArgs(app_notif_dtc_.get(),
|
| &AppNotificationDataTypeController::Stop));
|
| SetStopExpectations();
|
|
|