| Index: webkit/fileapi/local_file_util.h
|
| diff --git a/webkit/fileapi/local_file_util.h b/webkit/fileapi/local_file_util.h
|
| index f933ff2a32006cc496d56a34586f6ef8bc04c18d..29f3da846867ba2d785999ba6998650f79297643 100644
|
| --- a/webkit/fileapi/local_file_util.h
|
| +++ b/webkit/fileapi/local_file_util.h
|
| @@ -37,9 +37,6 @@ class FileSystemURL;
|
| // An instance of this class is created and owned by *MountPointProvider.
|
| class FILEAPI_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil {
|
| public:
|
| - // |underlying_file_util| is owned by the instance. It will be deleted by
|
| - // the owner instance. For example, it can be instanciated as follows:
|
| - // FileSystemFileUtil* file_util = new LocalFileUtil(new NativeFileUtil());
|
| LocalFileUtil();
|
| virtual ~LocalFileUtil();
|
|
|
|
|