summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/gpu/gpu_main.cc1
-rw-r--r--content/zygote/zygote_main_linux.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index f73bb0d..b34d42f 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -61,6 +61,7 @@
#if defined(SANITIZER_COVERAGE)
#include <sanitizer/common_interface_defs.h>
+#include <sanitizer/coverage_interface.h>
#endif
const int kGpuTimeout = 10000;
diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
index efbfdb0..96fac21 100644
--- a/content/zygote/zygote_main_linux.cc
+++ b/content/zygote/zygote_main_linux.cc
@@ -67,6 +67,7 @@
#if defined(SANITIZER_COVERAGE)
#include <sanitizer/common_interface_defs.h>
+#include <sanitizer/coverage_interface.h>
#endif
namespace content {