summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/file_system_url.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/browser/fileapi/file_system_url.h')
-rw-r--r--webkit/browser/fileapi/file_system_url.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/fileapi/file_system_url.h b/webkit/browser/fileapi/file_system_url.h
index ead0762..bf69111 100644
--- a/webkit/browser/fileapi/file_system_url.h
+++ b/webkit/browser/fileapi/file_system_url.h
@@ -14,7 +14,7 @@
#include "webkit/common/fileapi/file_system_mount_option.h"
#include "webkit/common/fileapi/file_system_types.h"
-namespace fileapi {
+namespace storage {
// A class representing a filesystem URL which consists of origin URL,
// type and an internal path used inside the filesystem.
@@ -175,6 +175,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemURL {
typedef std::set<FileSystemURL, FileSystemURL::Comparator> FileSystemURLSet;
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_URL_H_