| Index: content/public/test/mock_resource_context.h
 | 
| diff --git a/content/public/test/mock_resource_context.h b/content/public/test/mock_resource_context.h
 | 
| index 8f1791a5f8bb9b7b2e0746409ce1ff47280590ef..934b20ef67e61eee03b6eca3140d00e10f9e50bc 100644
 | 
| --- a/content/public/test/mock_resource_context.h
 | 
| +++ b/content/public/test/mock_resource_context.h
 | 
| @@ -21,7 +21,7 @@ class MockResourceContext : public ResourceContext {
 | 
|    MockResourceContext();
 | 
|  
 | 
|    // Does not take ownership of |test_request_context|.
 | 
| -  explicit MockResourceContext(net::URLRequestContext* test_request_context);
 | 
| +  explicit MockResourceContext(net::URLRequestContext* request_context);
 | 
|  
 | 
|    virtual ~MockResourceContext();
 | 
|  
 | 
| @@ -42,7 +42,7 @@ class MockResourceContext : public ResourceContext {
 | 
|    }
 | 
|  
 | 
|   private:
 | 
| -  net::URLRequestContext* test_request_context_;
 | 
| +  net::URLRequestContext* request_context_;
 | 
|  
 | 
|    bool mic_allowed_;
 | 
|    bool camera_allowed_;
 | 
| 
 |