| Index: components/sync/device_info/device_info_sync_bridge_unittest.cc
|
| diff --git a/components/sync/device_info/device_info_sync_bridge_unittest.cc b/components/sync/device_info/device_info_sync_bridge_unittest.cc
|
| index aa1d2936113262dc5864a8965fecda5670c02678..50df566c23bf36df3be9f003d864fb7dae0db6d9 100644
|
| --- a/components/sync/device_info/device_info_sync_bridge_unittest.cc
|
| +++ b/components/sync/device_info/device_info_sync_bridge_unittest.cc
|
| @@ -617,7 +617,7 @@ TEST_F(DeviceInfoSyncBridgeTest, MergeWithData) {
|
| *bridge()->GetDeviceInfo(unique_remote.cache_guid()).get());
|
| VerifyEqual(conflict_remote, *bridge()->GetDeviceInfo(conflict_guid).get());
|
|
|
| - // bridge should have told the processor about the existance of unique_local.
|
| + // bridge should have told the processor about the existence of unique_local.
|
| EXPECT_TRUE(processor().delete_set().empty());
|
| EXPECT_EQ(3u, processor().put_multimap().size());
|
| EXPECT_EQ(1u, processor().put_multimap().count(unique_local.cache_guid()));
|
|
|