Chromium Code Reviews| Index: content/browser/fileapi/blob_storage_host.h |
| diff --git a/content/browser/fileapi/blob_storage_host.h b/content/browser/fileapi/blob_storage_host.h |
| index 5d10d204dce343941fe0fab659c9680b37d039c7..38e454da27c89c9b11c6a228cb1b466122a0e512 100644 |
| --- a/content/browser/fileapi/blob_storage_host.h |
| +++ b/content/browser/fileapi/blob_storage_host.h |
| @@ -16,14 +16,14 @@ |
| class GURL; |
| -namespace webkit_blob { |
| +namespace storage { |
| class BlobDataHandle; |
| class BlobStorageHost; |
| class BlobStorageContext; |
| } |
| -using webkit_blob::BlobStorageContext; |
| -using webkit_blob::BlobData; |
| +using storage::BlobStorageContext; |
| +using storage::BlobData; |
| namespace content { |