Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Unified Diff: webkit/common/fileapi/file_system_types.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/cursors/webcursor_win.cc ('k') | webkit/common/fileapi/file_system_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « webkit/common/cursors/webcursor_win.cc ('k') | webkit/common/fileapi/file_system_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698