Chromium Code Reviews| Index: webkit/common/blob/blob_data.cc |
| diff --git a/webkit/common/blob/blob_data.cc b/webkit/common/blob/blob_data.cc |
| index 368186195163ad219c0705a0625e09c1e7bb70d6..4718c74ecb483a5a1508c831551c3303ffc6501e 100644 |
| --- a/webkit/common/blob/blob_data.cc |
| +++ b/webkit/common/blob/blob_data.cc |
| @@ -9,7 +9,7 @@ |
| #include "base/strings/utf_string_conversions.h" |
| #include "base/time/time.h" |
| -namespace webkit_blob { |
| +namespace storage { |
| BlobData::BlobData() {} |
| BlobData::BlobData(const std::string& uuid) |
| @@ -60,4 +60,4 @@ int64 BlobData::GetMemoryUsage() const { |
| return memory; |
| } |
| -} // namespace webkit_blob |
| +} // namespace storage |