| Index: components/policy/core/common/schema_registry_unittest.cc
|
| diff --git a/components/policy/core/common/schema_registry_unittest.cc b/components/policy/core/common/schema_registry_unittest.cc
|
| index 94e245effbe1e2fc3d8736751697e1de06cf6611..36749ea4bcd95ae36aa4442ed7ce5724f0330a16 100644
|
| --- a/components/policy/core/common/schema_registry_unittest.cc
|
| +++ b/components/policy/core/common/schema_registry_unittest.cc
|
| @@ -226,7 +226,7 @@ TEST(SchemaRegistryTest, Combined) {
|
| schema);
|
| Mock::VerifyAndClearExpectations(&observer);
|
|
|
| - // Untracking |registry1| doesn't trigger an update nofitication, because it
|
| + // Untracking |registry1| doesn't trigger an update notification, because it
|
| // doesn't contain any components.
|
| EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0);
|
| combined.Untrack(®istry1);
|
|
|