| Index: gpu/command_buffer/service/test_helper.h
 | 
| diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
 | 
| index 41cb3aa1b27c80c3bedd2ee7f5a9dfaa3725f750..11f7004a7688f3bc2c67332ef4b26751149cbb7a 100644
 | 
| --- a/gpu/command_buffer/service/test_helper.h
 | 
| +++ b/gpu/command_buffer/service/test_helper.h
 | 
| @@ -15,7 +15,7 @@ struct DisallowedFeatures;
 | 
|  class Buffer;
 | 
|  class BufferManager;
 | 
|  class MockErrorState;
 | 
| -class Texture;
 | 
| +class TextureRef;
 | 
|  class TextureManager;
 | 
|  
 | 
|  class TestHelper {
 | 
| @@ -98,7 +98,7 @@ class TestHelper {
 | 
|  
 | 
|    static void SetTexParameterWithExpectations(
 | 
|        ::gfx::MockGLInterface* gl, MockErrorState* error_state,
 | 
| -      TextureManager* manager, Texture* texture,
 | 
| +      TextureManager* manager, TextureRef* texture_ref,
 | 
|        GLenum pname, GLint value, GLenum error);
 | 
|  
 | 
|   private:
 | 
| 
 |