| Index: webkit/fileapi/isolated_file_util.h
|
| diff --git a/webkit/fileapi/isolated_file_util.h b/webkit/fileapi/isolated_file_util.h
|
| index d6b06e43d0f115b9a3a41ca8529c9edfca865f42..e2f65ee671f4eaed8a7927046274ac6587eaeb0d 100644
|
| --- a/webkit/fileapi/isolated_file_util.h
|
| +++ b/webkit/fileapi/isolated_file_util.h
|
| @@ -43,9 +43,6 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
|
| FileSystemOperationContext* context,
|
| const FileSystemURL& root_url,
|
| bool recursive) OVERRIDE;
|
| - virtual bool IsDirectoryEmpty(
|
| - FileSystemOperationContext* context,
|
| - const FileSystemURL& url) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DraggedFileUtil);
|
|
|