summaryrefslogtreecommitdiff
path: root/chromium/components/crash/core/app/client_upload_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/crash/core/app/client_upload_info.h')
-rw-r--r--chromium/components/crash/core/app/client_upload_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/crash/core/app/client_upload_info.h b/chromium/components/crash/core/app/client_upload_info.h
index 0d69cd33e86..4cd5ba889fc 100644
--- a/chromium/components/crash/core/app/client_upload_info.h
+++ b/chromium/components/crash/core/app/client_upload_info.h
@@ -14,7 +14,7 @@ namespace crash_reporter {
// Returns whether the user has consented to collecting stats.
bool GetClientCollectStatsConsent();
-#if defined(OS_POSIX) && !defined(OS_APPLE)
+#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE)
// Returns a textual description of the product type, version and channel
// to include in crash reports.
// TODO(https://crbug.com/986178): Implement this for other platforms.