| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
 | 
| ===================================================================
 | 
| --- gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h	(revision 45605)
 | 
| +++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h	(working copy)
 | 
| @@ -125,10 +125,6 @@
 | 
|      return reinterpret_cast<T>(ptr);
 | 
|    }
 | 
|  
 | 
| -  uint32 GetServiceId(uint32 client_id) {
 | 
| -    return decoder_->GetServiceIdForTesting(client_id);
 | 
| -  }
 | 
| -
 | 
|    BufferManager::BufferInfo* GetBufferInfo(GLuint service_id) {
 | 
|      return group_.buffer_manager()->GetBufferInfo(service_id);
 | 
|    }
 | 
| 
 |