summaryrefslogtreecommitdiffstats
path: root/chrome/common/crash_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/crash_keys.h')
-rw-r--r--chrome/common/crash_keys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 01219e4..335b8d3 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -15,6 +15,7 @@
#include "base/macros.h"
#include "build/build_config.h"
#include "components/crash/core/common/crash_keys.h"
+#include "third_party/kasko/kasko_features.h"
namespace base {
class CommandLine;
@@ -118,7 +119,7 @@ extern const char kSendAction[];
} // namespace mac
#endif
-#if defined(KASKO)
+#if BUILDFLAG(ENABLE_KASKO)
// Used to correlate a report sent via Kasko with one sent via Breakpad.
extern const char kKaskoGuid[];
extern const char kKaskoEquivalentGuid[];