summaryrefslogtreecommitdiffstats
path: root/chromium/base/mac/mac_logging.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/mac/mac_logging.mm')
-rw-r--r--chromium/base/mac/mac_logging.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/base/mac/mac_logging.mm b/chromium/base/mac/mac_logging.mm
index 381ad30614e..f0d3c07da83 100644
--- a/chromium/base/mac/mac_logging.mm
+++ b/chromium/base/mac/mac_logging.mm
@@ -32,8 +32,8 @@ OSStatusLogMessage::OSStatusLogMessage(const char* file_path,
OSStatusLogMessage::~OSStatusLogMessage() {
#if defined(OS_IOS)
- // TODO(ios): Consider using NSError with NSOSStatusErrorDomain to try to
- // get a description of the failure.
+ // TODO(crbug.com/546375): Consider using NSError with NSOSStatusErrorDomain
+ // to try to get a description of the failure.
stream() << ": " << status_;
#else
stream() << ": "