Index: webkit/common/fileapi/file_system_types.h |
diff --git a/webkit/common/fileapi/file_system_types.h b/webkit/common/fileapi/file_system_types.h |
index ee96ed5bc8984f4049d52e4fc65ea2e670abc61a..85417cca7d3aa13773c31226c91f29bbeefc1c07 100644 |
--- a/webkit/common/fileapi/file_system_types.h |
+++ b/webkit/common/fileapi/file_system_types.h |
@@ -24,11 +24,11 @@ enum FileSystemType { |
// They are sandboxed filesystems; all the files in the filesystems are |
// placed under the profile directory with path obfuscation and quota |
// enforcement. |
- kFileSystemTypeTemporary = WebKit::WebFileSystemTypeTemporary, |
- kFileSystemTypePersistent = WebKit::WebFileSystemTypePersistent, |
+ kFileSystemTypeTemporary = blink::WebFileSystemTypeTemporary, |
+ kFileSystemTypePersistent = blink::WebFileSystemTypePersistent, |
// Indicates non-sandboxed isolated filesystem. |
- kFileSystemTypeIsolated = WebKit::WebFileSystemTypeIsolated, |
+ kFileSystemTypeIsolated = blink::WebFileSystemTypeIsolated, |
// Indicates filesystems that are mounted externally via |
// ExternalMountPoints with a well-known mount name. The mounted |
@@ -36,7 +36,7 @@ enum FileSystemType { |
// non-sandboxed removable media folder with a name 'removable', while |
// chrome.syncFileSystem mounts a sandboxed filesystem with a name |
// 'syncfs'.) |
- kFileSystemTypeExternal = WebKit::WebFileSystemTypeExternal, |
+ kFileSystemTypeExternal = blink::WebFileSystemTypeExternal, |
// ------------------------------------------------------------------------ |
// Marks the beginning of internal type enum. (This is not the actual fs type) |