| Index: components/sync/driver/glue/sync_backend_host_mock.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_mock.h b/components/sync/driver/glue/sync_backend_host_mock.h
|
| index 4eb8b84eaea92cdc935d96b727523c5b65b4dc67..4211c21b1006890be2211edde6c3f2297754ab22 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_mock.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_mock.h
|
| @@ -18,7 +18,7 @@ namespace syncer {
|
| // A mock of the SyncBackendHost.
|
| //
|
| // This class implements the bare minimum required for the ProfileSyncService to
|
| -// get through initialization. It often returns NULL pointers or nonesense
|
| +// get through initialization. It often returns null pointers or nonesense
|
| // values; it is not intended to be used in tests that depend on SyncBackendHost
|
| // behavior.
|
| class SyncBackendHostMock : public SyncBackendHost {
|
|
|