| Index: webkit/common/blob/blob_data.h
|
| diff --git a/webkit/common/blob/blob_data.h b/webkit/common/blob/blob_data.h
|
| index 3ea6e9123d01dede2485b30a062273c7d8e4bc4f..c84c284eba503581fe2b2547fb218fd5809e3d3a 100644
|
| --- a/webkit/common/blob/blob_data.h
|
| +++ b/webkit/common/blob/blob_data.h
|
| @@ -17,12 +17,12 @@
|
| #include "webkit/common/data_element.h"
|
| #include "webkit/common/webkit_storage_common_export.h"
|
|
|
| -namespace webkit_blob {
|
| +namespace storage {
|
|
|
| class WEBKIT_STORAGE_COMMON_EXPORT BlobData
|
| : public base::RefCounted<BlobData> {
|
| public:
|
| - typedef webkit_common::DataElement Item;
|
| + typedef storage::DataElement Item;
|
|
|
| // TODO(michaeln): remove the empty ctor when we fully transition to uuids.
|
| BlobData();
|
| @@ -93,6 +93,6 @@ inline bool operator!=(const BlobData& a, const BlobData& b) {
|
| }
|
| #endif // defined(UNIT_TEST)
|
|
|
| -} // namespace webkit_blob
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_COMMON_BLOB_BLOB_DATA_H_
|
|
|