Index: webkit/browser/fileapi/file_system_context.h |
diff --git a/webkit/browser/fileapi/file_system_context.h b/webkit/browser/fileapi/file_system_context.h |
index c51f45dd69710a03050e98222ae870dca113500b..428ef601149e660da3b49cdb710d5704a26609ed 100644 |
--- a/webkit/browser/fileapi/file_system_context.h |
+++ b/webkit/browser/fileapi/file_system_context.h |
@@ -152,7 +152,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext |
AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) const; |
// Returns the appropriate CopyOrMoveFileValidatorFactory for the given |
- // |type|. If |error_code| is PLATFORM_FILE_OK and the result is NULL, |
+ // |type|. If |error_code| is File::FILE_OK and the result is NULL, |
// then no validator is required. |
CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory( |
FileSystemType type, base::File::Error* error_code) const; |