summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h')
-rw-r--r--gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h4
1 files changed, 3 insertions, 1 deletions
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 16abb41..4bd06cd 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();