| Index: components/sync/engine_impl/commit_contributor.h
|
| diff --git a/components/sync/engine_impl/commit_contributor.h b/components/sync/engine_impl/commit_contributor.h
|
| index 503acfe6fdd3cbb9b919f082d99b85e5d9428c61..86ab917e36cc6a56bd88098d9dc43de21a34a3f7 100644
|
| --- a/components/sync/engine_impl/commit_contributor.h
|
| +++ b/components/sync/engine_impl/commit_contributor.h
|
| @@ -27,7 +27,7 @@ class CommitContributor {
|
| virtual ~CommitContributor() = 0;
|
|
|
| // Gathers up to |max_entries| unsynced items from this contributor into a
|
| - // CommitContribution. Returns NULL when the contributor has nothing to
|
| + // CommitContribution. Returns null when the contributor has nothing to
|
| // contribute.
|
| virtual std::unique_ptr<CommitContribution> GetContribution(
|
| size_t max_entries) = 0;
|
|
|