Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: webkit/common/data_element.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/blob/shareable_file_reference.cc ('k') | webkit/common/data_element.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/common/blob/shareable_file_reference.cc ('k') | webkit/common/data_element.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698