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

Unified Diff: webkit/common/fileapi/file_system_util.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/fileapi/file_system_types.h ('k') | webkit/common/fileapi/file_system_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/fileapi/file_system_util.h
diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h
index d6efeec17c4439977d78c23bf089c8536f2f6fbe..335d62c3d26e8ae756596cc91ab51620787c8771 100644
--- a/webkit/common/fileapi/file_system_util.h
+++ b/webkit/common/fileapi/file_system_util.h
@@ -110,7 +110,7 @@ GetFileSystemTypeString(FileSystemType type);
// Returns false if the |type_string| is invalid.
WEBKIT_STORAGE_COMMON_EXPORT bool GetFileSystemPublicType(
std::string type_string,
- WebKit::WebFileSystemType* type);
+ blink::WebFileSystemType* type);
// Encodes |file_path| to a string.
// Following conditions should be held:
@@ -128,7 +128,7 @@ WEBKIT_STORAGE_COMMON_EXPORT base::FilePath StringToFilePath(
const std::string& file_path_string);
// File error conversion
-WEBKIT_STORAGE_COMMON_EXPORT WebKit::WebFileError
+WEBKIT_STORAGE_COMMON_EXPORT blink::WebFileError
PlatformFileErrorToWebFileError(base::PlatformFileError error_code);
// Generate a file system name for the given arguments. Should only be used by
« no previous file with comments | « webkit/common/fileapi/file_system_types.h ('k') | webkit/common/fileapi/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698