| Index: content/public/test/mock_resource_context.cc
|
| diff --git a/content/public/test/mock_resource_context.cc b/content/public/test/mock_resource_context.cc
|
| index 8f0df6596d576aeb14133419161fa92a39e630a9..2758c2f5cd10caa354b182f7ecb3de3c5f806df2 100644
|
| --- a/content/public/test/mock_resource_context.cc
|
| +++ b/content/public/test/mock_resource_context.cc
|
| @@ -10,7 +10,7 @@
|
| namespace content {
|
|
|
| MockResourceContext::MockResourceContext()
|
| - : test_request_context_(new TestURLRequestContext) {
|
| + : test_request_context_(new net::TestURLRequestContext) {
|
| }
|
|
|
| MockResourceContext::~MockResourceContext() {}
|
|
|