| Index: components/browser_sync/profile_sync_service_unittest.cc
|
| diff --git a/components/browser_sync/profile_sync_service_unittest.cc b/components/browser_sync/profile_sync_service_unittest.cc
|
| index 824304b1435f3a9316afb5f3a084fb9f71a7c3f5..a074ec3b9e6c16199d2ee5b3804026c2e8a2da07 100644
|
| --- a/components/browser_sync/profile_sync_service_unittest.cc
|
| +++ b/components/browser_sync/profile_sync_service_unittest.cc
|
| @@ -310,7 +310,7 @@ class ProfileSyncServiceTest : public ::testing::Test {
|
| void ExpectDataTypeManagerCreation(
|
| int times,
|
| const FakeDataTypeManager::ConfigureCalled& callback) {
|
| - EXPECT_CALL(*component_factory_, CreateDataTypeManager(_, _, _, _, _))
|
| + EXPECT_CALL(*component_factory_, CreateDataTypeManager(_, _, _, _, _, _))
|
| .Times(times)
|
| .WillRepeatedly(ReturnNewDataTypeManager(callback));
|
| }
|
|
|