Index: gpu/command_buffer/client/gles2_implementation.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc |
index 974fd7541a84480b9cccf83206fbd0913abcd783..1668c1518fe132d2b4f84f2a1bac174a565cc264 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.cc |
+++ b/gpu/command_buffer/client/gles2_implementation.cc |
@@ -33,7 +33,7 @@ |
#if defined(GPU_CLIENT_DEBUG) |
#include "base/command_line.h" |
-#include "ui/gl/gl_switches.h" |
+#include "gpu/command_buffer/client/gpu_switches.h" |
#endif |
namespace gpu { |
@@ -130,7 +130,7 @@ GLES2Implementation::GLES2Implementation( |
GPU_CLIENT_LOG_CODE_BLOCK({ |
debug_ = CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableGPUClientLogging); |
+ switches::kEnableGPUClientLoggingGPU); |
}); |
share_group_ = |