Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
index 16abb411960c95889c741f62bc95337d7ef88059..4bd06cd2831de17e66c5bde4ac263a6c9999ee1a 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
@@ -24,7 +24,9 @@ |
#include "ui/gl/gl_surface_stub.h" |
#include "ui/gl/gl_mock.h" |
+namespace base { |
class CommandLine; |
+} |
namespace gpu { |
namespace gles2 { |
@@ -169,7 +171,7 @@ class GLES2DecoderTestBase : public testing::Test { |
bool request_depth, |
bool request_stencil, |
bool bind_generates_resource, |
- const CommandLine* command_line); |
+ const base::CommandLine* command_line); |
void ResetDecoder(); |