| Index: components/sync/test/engine/mock_connection_manager.h
|
| diff --git a/components/sync/test/engine/mock_connection_manager.h b/components/sync/test/engine/mock_connection_manager.h
|
| index b1a6bcc0abdbe68fae39fe1ecdac782d1411a1df..0fdaff06c3366d5c6b2e0561b33fcc33c3b4dd49 100644
|
| --- a/components/sync/test/engine/mock_connection_manager.h
|
| +++ b/components/sync/test/engine/mock_connection_manager.h
|
| @@ -355,7 +355,7 @@ class MockConnectionManager : public ServerConnectionManager {
|
| int countdown_to_postbuffer_fail_;
|
|
|
| // Our directory. Used only to ensure that we are not holding the transaction
|
| - // lock when performing network I/O. Can be NULL if the test author is
|
| + // lock when performing network I/O. Can be null if the test author is
|
| // confident this can't happen.
|
| syncable::Directory* directory_;
|
|
|
|
|