summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/isolated_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/browser/fileapi/isolated_context.h')
-rw-r--r--webkit/browser/fileapi/isolated_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/browser/fileapi/isolated_context.h b/webkit/browser/fileapi/isolated_context.h
index 213082d..5cc141f 100644
--- a/webkit/browser/fileapi/isolated_context.h
+++ b/webkit/browser/fileapi/isolated_context.h
@@ -19,11 +19,11 @@
#include "webkit/browser/webkit_storage_browser_export.h"
#include "webkit/common/fileapi/file_system_types.h"
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
-namespace fileapi {
+namespace storage {
// Manages isolated filesystem mount points which have no well-known names
// and are identified by a string 'filesystem ID', which usually just looks
@@ -196,6 +196,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
DISALLOW_COPY_AND_ASSIGN(IsolatedContext);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_ISOLATED_CONTEXT_H_