| Index: components/sync/engine_impl/model_type_worker.h
|
| diff --git a/components/sync/engine_impl/model_type_worker.h b/components/sync/engine_impl/model_type_worker.h
|
| index c5fb7154f4988cb6b1b4ff0bfd7ce7034bd4decf..4d480415e6d4a96e9119fb49e70a73e7abd0ba2c 100644
|
| --- a/components/sync/engine_impl/model_type_worker.h
|
| +++ b/components/sync/engine_impl/model_type_worker.h
|
| @@ -152,7 +152,7 @@ class ModelTypeWorker : public UpdateHandler,
|
|
|
| // A private copy of the most recent cryptographer known to sync.
|
| // Initialized at construction time and updated with UpdateCryptographer().
|
| - // NULL if encryption is not enabled for this type.
|
| + // null if encryption is not enabled for this type.
|
| std::unique_ptr<Cryptographer> cryptographer_;
|
|
|
| // Interface used to access and send nudges to the sync scheduler. Not owned.
|
|
|