| Index: chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| index c9422a3d855fce7513ba87853abfadbab1b4d940..12c19238be530aa9c8af26807bf2dd4cc89470b4 100644
|
| --- a/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| @@ -209,8 +209,9 @@ TEST_F(SyncFrontendDataTypeControllerTest, StartAssociationFailed) {
|
| WillOnce(DoAll(SetArgumentPointee<0>(true), Return(true)));
|
| EXPECT_CALL(*model_associator_, AssociateModels(_, _)).
|
| WillOnce(Return(syncer::SyncError(FROM_HERE,
|
| - "error",
|
| - syncer::BOOKMARKS)));
|
| + syncer::SyncError::DATATYPE_ERROR,
|
| + "error",
|
| + syncer::BOOKMARKS)));
|
|
|
| EXPECT_CALL(*dtc_mock_.get(), RecordAssociationTime(_));
|
| SetStartFailExpectations(DataTypeController::ASSOCIATION_FAILED);
|
|
|