| Index: content/browser/net/view_blob_internals_job_factory.cc
|
| diff --git a/content/browser/net/view_blob_internals_job_factory.cc b/content/browser/net/view_blob_internals_job_factory.cc
|
| index 984763d45c9d0a7bc417aac57b2708b06de3d743..d15c59f84fda57b61ba1043c14b00080fb910ef0 100644
|
| --- a/content/browser/net/view_blob_internals_job_factory.cc
|
| +++ b/content/browser/net/view_blob_internals_job_factory.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_util.h"
|
| #include "content/public/common/url_constants.h"
|
| -#include "webkit/browser/blob/view_blob_internals_job.h"
|
| +#include "storage/browser/blob/view_blob_internals_job.h"
|
|
|
| namespace content {
|
|
|
| @@ -21,8 +21,8 @@ bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) {
|
| net::URLRequestJob* ViewBlobInternalsJobFactory::CreateJobForRequest(
|
| net::URLRequest* request,
|
| net::NetworkDelegate* network_delegate,
|
| - webkit_blob::BlobStorageContext* blob_storage_context) {
|
| - return new webkit_blob::ViewBlobInternalsJob(
|
| + storage::BlobStorageContext* blob_storage_context) {
|
| + return new storage::ViewBlobInternalsJob(
|
| request, network_delegate, blob_storage_context);
|
| }
|
|
|
|
|