Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / browser / net / view_blob_internals_job_factory.h
index 4d4b60a..b1aaaf7 100644 (file)
@@ -10,7 +10,7 @@ class NetworkDelegate;
 class URLRequest;
 class URLRequestJob;
 }  // namespace net
-namespace webkit_blob {
+namespace storage {
 class BlobStorageContext;
 }  // webkit_blob
 
@@ -24,7 +24,7 @@ class ViewBlobInternalsJobFactory {
   static net::URLRequestJob* CreateJobForRequest(
       net::URLRequest* request,
       net::NetworkDelegate* network_delegate,
-      webkit_blob::BlobStorageContext* blob_storage_context);
+      storage::BlobStorageContext* blob_storage_context);
 };
 
 }  // namespace content