Index: trunk/src/content/public/test/mock_resource_context.h |
=================================================================== |
--- trunk/src/content/public/test/mock_resource_context.h (revision 219785) |
+++ trunk/src/content/public/test/mock_resource_context.h (working copy) |
@@ -21,7 +21,7 @@ |
MockResourceContext(); |
// Does not take ownership of |test_request_context|. |
- explicit MockResourceContext(net::URLRequestContext* request_context); |
+ explicit MockResourceContext(net::URLRequestContext* test_request_context); |
virtual ~MockResourceContext(); |
@@ -42,7 +42,7 @@ |
} |
private: |
- net::URLRequestContext* request_context_; |
+ net::URLRequestContext* test_request_context_; |
bool mic_allowed_; |
bool camera_allowed_; |