| Index: chrome/browser/sync/sync_ui_util.h
|
| diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h
|
| index 98ab453f530148bc78d46db7dd3fd229614fc07a..af08c69dda1b64e3f580465ee25a38dc97901ca4 100644
|
| --- a/chrome/browser/sync/sync_ui_util.h
|
| +++ b/chrome/browser/sync/sync_ui_util.h
|
| @@ -68,7 +68,7 @@ MessageType GetStatusLabelsForNewTabPage(
|
| #if !defined(OS_CHROMEOS)
|
| // Gets various labels for the sync global error based on the sync error state.
|
| // |menu_item_label|, |bubble_message|, and |bubble_accept_label| must not be
|
| -// NULL. Note that we don't use SyncGlobalError on Chrome OS.
|
| +// null. Note that we don't use SyncGlobalError on Chrome OS.
|
| void GetStatusLabelsForSyncGlobalError(
|
| const browser_sync::ProfileSyncService* service,
|
| base::string16* menu_item_label,
|
|
|