Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / browser / net / view_blob_internals_job_factory.cc
index 984763d..d15c59f 100644 (file)
@@ -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);
 }