Chromium Code Reviews| Index: content/gpu/gpu_main.cc |
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
| index 061ed177eb9243d27ff49f7dca79948c338193d2..9a31401102d2d24f1c5c7801910ec45186830cef 100644 |
| --- a/content/gpu/gpu_main.cc |
| +++ b/content/gpu/gpu_main.cc |
| @@ -60,6 +60,7 @@ |
| #if defined(ADDRESS_SANITIZER) |
| #include <sanitizer/asan_interface.h> |
| +#include <sanitizer/coverage_interface.h> |
| #endif |
| const int kGpuTimeout = 10000; |