| Index: components/sync/engine_impl/test_entry_factory.h
|
| diff --git a/components/sync/engine_impl/test_entry_factory.h b/components/sync/engine_impl/test_entry_factory.h
|
| index fc8b124a8e8b6a4580d3b077959c9bd80448fded..a5d160cf69ceca7d10ecf415940300f4382d58b6 100644
|
| --- a/components/sync/engine_impl/test_entry_factory.h
|
| +++ b/components/sync/engine_impl/test_entry_factory.h
|
| @@ -45,7 +45,7 @@ class TestEntryFactory {
|
| // local ID, it will be treated as a create-new. Otherwise, if it's a server
|
| // ID, we'll fake the server data so that it looks like it exists on the
|
| // server. Returns the methandle of the created item in |metahandle_out| if
|
| - // not NULL.
|
| + // not null.
|
| void CreateUnsyncedItem(const syncable::Id& item_id,
|
| const syncable::Id& parent_id,
|
| const std::string& name,
|
|
|