Chromium Code Reviews| Index: tools/gpu/GrContextFactory.cpp | 
| diff --git a/tools/gpu/GrContextFactory.cpp b/tools/gpu/GrContextFactory.cpp | 
| index 151bfd95b33a72e9638f278207bc7b83bf146e14..5b5f31415d2096007d58c1cfc655c4c03f8e8b26 100644 | 
| --- a/tools/gpu/GrContextFactory.cpp | 
| +++ b/tools/gpu/GrContextFactory.cpp | 
| @@ -19,7 +19,7 @@ | 
| #if SK_MESA | 
| #include "gl/mesa/GLTestContext_mesa.h" | 
| #endif | 
| -#if SK_VULKAN | 
| +#ifdef SK_VULKAN | 
| #include "vk/VkTestContext.h" | 
| #endif | 
| #include "gl/null/NullGLTestContext.h" |