Chromium Code Reviews| Index: content/public/test/mock_resource_context.cc |
| =================================================================== |
| --- content/public/test/mock_resource_context.cc (revision 167354) |
| +++ content/public/test/mock_resource_context.cc (working copy) |
| @@ -10,7 +10,7 @@ |
| namespace content { |
| MockResourceContext::MockResourceContext() |
| - : test_request_context_(new net::TestURLRequestContext) { |
| + : test_request_context_(new TestURLRequestContext) { |
| } |
| MockResourceContext::~MockResourceContext() {} |