| Index: content/browser/fileapi/blob_storage_host.cc
|
| diff --git a/content/browser/fileapi/blob_storage_host.cc b/content/browser/fileapi/blob_storage_host.cc
|
| index cc51dbb37a7ef7162d6084bdea30e8be514b5aa1..82c8645ef540591573fbeebc8e39d8202949e34f 100644
|
| --- a/content/browser/fileapi/blob_storage_host.cc
|
| +++ b/content/browser/fileapi/blob_storage_host.cc
|
| @@ -10,8 +10,8 @@
|
| #include "webkit/browser/blob/blob_data_handle.h"
|
| #include "webkit/browser/blob/blob_storage_context.h"
|
|
|
| -using webkit_blob::BlobStorageContext;
|
| -using webkit_blob::BlobData;
|
| +using storage::BlobStorageContext;
|
| +using storage::BlobData;
|
|
|
| namespace content {
|
|
|
|
|