Index: webkit/fileapi/file_system_file_util.h |
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h |
index 83a04c8538d932dceb24fd8f75f24f763f4718ec..5d7b4fbca802787d874a8b5da23562694b505106 100644 |
--- a/webkit/fileapi/file_system_file_util.h |
+++ b/webkit/fileapi/file_system_file_util.h |
@@ -20,8 +20,7 @@ using base::PlatformFileError; |
class FileSystemOperationContext; |
// A large part of this implementation is taken from base::FileUtilProxy. |
-// TODO(dmikurube, kinuko): Clean up base::FileUtilProxy to factor out common |
-// routines. It includes dropping FileAPI-specific routines from FileUtilProxy. |
+// TODO(kinuko): Rewrite or replace this entire class with PostTaskAndReply. |
// |
// The default implementations of the virtual methods below (*1) assume the |
// given paths are native ones for the host platform. The subclasses that |