| Index: webkit/tools/test_shell/test_shell_request_context.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc
|
| index 42d73c28caf929edfd3d8b9d4822402641ffd650..b5b8dd38e551d96b54eb1a0ec7b55887d73aff89 100644
|
| --- a/webkit/tools/test_shell/test_shell_request_context.cc
|
| +++ b/webkit/tools/test_shell/test_shell_request_context.cc
|
| @@ -22,7 +22,7 @@
|
| #include "net/proxy/proxy_config_service.h"
|
| #include "net/proxy/proxy_config_service_fixed.h"
|
| #include "net/proxy/proxy_service.h"
|
| -#include "net/url_request/url_request_job_factory.h"
|
| +#include "net/url_request/url_request_job_factory_impl.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h"
|
| #include "webkit/blob/blob_storage_controller.h"
|
| @@ -120,7 +120,7 @@ void TestShellRequestContext::Init(
|
| file_system_context_ = static_cast<SimpleFileSystem*>(
|
| WebKit::webKitPlatformSupport()->fileSystem())->file_system_context();
|
|
|
| - net::URLRequestJobFactory* job_factory = new net::URLRequestJobFactory;
|
| + net::URLRequestJobFactory* job_factory = new net::URLRequestJobFactoryImpl();
|
| job_factory->SetProtocolHandler(
|
| "blob",
|
| new webkit_blob::BlobProtocolHandler(
|
|
|