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

Unified Diff: webkit/browser/blob/blob_data_handle.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 | « extensions/shell/browser/shell_special_storage_policy.h ('k') | webkit/browser/blob/blob_data_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/blob/blob_data_handle.h
diff --git a/webkit/browser/blob/blob_data_handle.h b/webkit/browser/blob/blob_data_handle.h
index 917a0b38e8e9a588bf347bbfc3c1fe19217f2907..d7b156a3f3ce0f7e727fa36097b2c82a127024d1 100644
--- a/webkit/browser/blob/blob_data_handle.h
+++ b/webkit/browser/blob/blob_data_handle.h
@@ -16,7 +16,7 @@ namespace base {
class SequencedTaskRunner;
}
-namespace webkit_blob {
+namespace storage {
class BlobData;
class BlobStorageContext;
@@ -66,6 +66,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobDataHandle
scoped_refptr<BlobDataHandleShared> shared_;
};
-} // namespace webkit_blob
+} // namespace storage
#endif // WEBKIT_BROWSER_BLOB_BLOB_DATA_HANDLE_H_
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.h ('k') | webkit/browser/blob/blob_data_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698