| Index: components/sync/driver/about_sync_util.h
|
| diff --git a/components/sync/driver/about_sync_util.h b/components/sync/driver/about_sync_util.h
|
| index f81a927a1a17221e664792027b87fb1c082afc44..df016d8121b32a4dbb7c6d8d14c29c1024c4bd59 100644
|
| --- a/components/sync/driver/about_sync_util.h
|
| +++ b/components/sync/driver/about_sync_util.h
|
| @@ -65,7 +65,7 @@ extern const char kUpdate[];
|
|
|
| // This function returns a DictionaryValue which contains all the information
|
| // required to populate the 'About' tab of about:sync.
|
| -// Note that |service| may be NULL.
|
| +// Note that |service| may be null.
|
| std::unique_ptr<base::DictionaryValue> ConstructAboutInformation(
|
| SyncService* service,
|
| SigninManagerBase* signin,
|
|
|