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

Unified Diff: webkit/common/blob/blob_data.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/browser/quota/usage_tracker.cc ('k') | webkit/common/blob/blob_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/browser/quota/usage_tracker.cc ('k') | webkit/common/blob/blob_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698