summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/local_file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/local_file_util.h')
-rw-r--r--webkit/fileapi/local_file_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/fileapi/local_file_util.h b/webkit/fileapi/local_file_util.h
index c981183..d711d37 100644
--- a/webkit/fileapi/local_file_util.h
+++ b/webkit/fileapi/local_file_util.h
@@ -66,7 +66,8 @@ class LocalFileUtil : public FileSystemFileUtil {
std::vector<base::FileUtilProxy::Entry>* entries) OVERRIDE;
virtual AbstractFileEnumerator* CreateFileEnumerator(
FileSystemOperationContext* context,
- const FileSystemPath& root_path) OVERRIDE;
+ const FileSystemPath& root_path,
+ bool recursive) OVERRIDE;
virtual PlatformFileError GetLocalFilePath(
FileSystemOperationContext* context,
const FileSystemPath& file_system_path,