Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

Unified Diff: components/sync/device_info/device_info_sync_bridge_unittest.cc

Issue 2916723002: [spelling] existance to existence (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()));

Powered by Google App Engine
This is Rietveld 408576698