| Index: webkit/common/data_element.h
|
| diff --git a/webkit/common/data_element.h b/webkit/common/data_element.h
|
| index 4ec09cec4e1ae6a1b61c97b657b2dd1949be07c6..33c5c1b89a5f2c7b783f03c7aa5e540cb4ecc829 100644
|
| --- a/webkit/common/data_element.h
|
| +++ b/webkit/common/data_element.h
|
| @@ -15,7 +15,7 @@
|
| #include "url/gurl.h"
|
| #include "webkit/common/webkit_common_export.h"
|
|
|
| -namespace webkit_common {
|
| +namespace storage {
|
|
|
| // Represents a base Web data element. This could be either one of
|
| // bytes, file or blob data.
|
| @@ -122,6 +122,6 @@ inline bool operator!=(const DataElement& a, const DataElement& b) {
|
| }
|
| #endif // defined(UNIT_TEST)
|
|
|
| -} // namespace webkit_common
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_COMMON_DATA_ELEMENT_H_
|
|
|