Index: webkit/browser/fileapi/async_file_util.h |
diff --git a/webkit/browser/fileapi/async_file_util.h b/webkit/browser/fileapi/async_file_util.h |
index fd399a5bf0d0e1b8d9ddf88a77cde2671f3bc17d..9d51024fdb7e8e02c124d4b371b8ab51c162ae5c 100644 |
--- a/webkit/browser/fileapi/async_file_util.h |
+++ b/webkit/browser/fileapi/async_file_util.h |
@@ -33,7 +33,7 @@ class FileSystemURL; |
// must implement this interface or a synchronous version of interface: |
// FileSystemFileUtil. |
// |
-// As far as an instance of this class is owned by a MountPointProvider |
+// As far as an instance of this class is owned by a FileSystemBackend |
// (which is owned by FileSystemContext), it's guaranteed that this instance's |
// alive while FileSystemOperationContext given to each operation is kept |
// alive. (Note that this instance might be freed on different thread |