| Index: webkit/browser/blob/blob_data_handle.h
|
| diff --git a/webkit/browser/blob/blob_data_handle.h b/webkit/browser/blob/blob_data_handle.h
|
| index 917a0b38e8e9a588bf347bbfc3c1fe19217f2907..d7b156a3f3ce0f7e727fa36097b2c82a127024d1 100644
|
| --- a/webkit/browser/blob/blob_data_handle.h
|
| +++ b/webkit/browser/blob/blob_data_handle.h
|
| @@ -16,7 +16,7 @@ namespace base {
|
| class SequencedTaskRunner;
|
| }
|
|
|
| -namespace webkit_blob {
|
| +namespace storage {
|
|
|
| class BlobData;
|
| class BlobStorageContext;
|
| @@ -66,6 +66,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobDataHandle
|
| scoped_refptr<BlobDataHandleShared> shared_;
|
| };
|
|
|
| -} // namespace webkit_blob
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_BLOB_BLOB_DATA_HANDLE_H_
|
|
|