Index: chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc |
diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc |
index 8a702fde0f31e5ae83e92011afa09ca1ee23913b..d83c8d40c4b0c390069c34c196679dfd88482185 100644 |
--- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc |
@@ -374,7 +374,6 @@ TEST_F(SyncNewNonFrontendDataTypeControllerTest, AbortDuringAssociation) { |
Return(true))); |
EXPECT_CALL(*change_processor_, GetSyncData(_)). |
WillOnce(Return(SyncError(FROM_HERE, "Disconnected.", AUTOFILL_PROFILE))); |
- EXPECT_CALL(*dtc_mock_, RecordUnrecoverableError(_, _)); |
EXPECT_CALL(*change_processor_, Disconnect()). |
WillOnce(DoAll(SignalEvent(&pause_db_thread), Return(true))); |
EXPECT_CALL(service_, DeactivateDataType(_)); |