| Index: tools/gpu/gl/null/NullGLTestContext.h
 | 
| diff --git a/tools/gpu/gl/null/NullGLContext.h b/tools/gpu/gl/null/NullGLTestContext.h
 | 
| similarity index 78%
 | 
| rename from tools/gpu/gl/null/NullGLContext.h
 | 
| rename to tools/gpu/gl/null/NullGLTestContext.h
 | 
| index 16fb9fd1df8b0d776fef6cbacbe5dc158260e676..ebde61a4c25bac9252a4bfaff316b884294c5474 100644
 | 
| --- a/tools/gpu/gl/null/NullGLContext.h
 | 
| +++ b/tools/gpu/gl/null/NullGLTestContext.h
 | 
| @@ -8,10 +8,10 @@
 | 
|  #ifndef NullGLContext_DEFINED
 | 
|  #define NullGLContext_DEFINED
 | 
|  
 | 
| -#include "gl/GLContext.h"
 | 
| +#include "gl/GLTestContext.h"
 | 
|  
 | 
|  namespace sk_gpu_test {
 | 
| -GLContext* CreateNullGLContext();
 | 
| +GLTestContext* CreateNullGLTestContext();
 | 
|  }  // namespace sk_gpu_test
 | 
|  
 | 
|  #endif
 | 
| 
 |