summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/quota/open_file_handle_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/browser/fileapi/quota/open_file_handle_context.h')
-rw-r--r--webkit/browser/fileapi/quota/open_file_handle_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/fileapi/quota/open_file_handle_context.h b/webkit/browser/fileapi/quota/open_file_handle_context.h
index 5b0cbcb9c..b93bf14 100644
--- a/webkit/browser/fileapi/quota/open_file_handle_context.h
+++ b/webkit/browser/fileapi/quota/open_file_handle_context.h
@@ -15,7 +15,7 @@
#include "webkit/browser/webkit_storage_browser_export.h"
#include "webkit/common/fileapi/file_system_types.h"
-namespace fileapi {
+namespace storage {
class QuotaReservationBuffer;
@@ -56,6 +56,6 @@ class OpenFileHandleContext : public base::RefCounted<OpenFileHandleContext> {
DISALLOW_COPY_AND_ASSIGN(OpenFileHandleContext);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_