summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/quota/open_file_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/browser/fileapi/quota/open_file_handle.h')
-rw-r--r--webkit/browser/fileapi/quota/open_file_handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/fileapi/quota/open_file_handle.h b/webkit/browser/fileapi/quota/open_file_handle.h
index 2bd7e93..1f25b96 100644
--- a/webkit/browser/fileapi/quota/open_file_handle.h
+++ b/webkit/browser/fileapi/quota/open_file_handle.h
@@ -14,7 +14,7 @@ namespace base {
class FilePath;
}
-namespace fileapi {
+namespace storage {
class QuotaReservation;
class OpenFileHandleContext;
@@ -65,6 +65,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT OpenFileHandle {
DISALLOW_COPY_AND_ASSIGN(OpenFileHandle);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_OPEN_FILE_HANDLE_H_