Index: base/file_util_proxy.h |
diff --git a/base/file_util_proxy.h b/base/file_util_proxy.h |
index 9e9b95e694b04586f552d74dc0f0d0f1da7f8e8f..929dcd7efd396211907ff2b0424afc8a1d7f233e 100644 |
--- a/base/file_util_proxy.h |
+++ b/base/file_util_proxy.h |
@@ -97,6 +97,7 @@ class FileUtilProxy { |
scoped_refptr<MessageLoopProxy> message_loop_proxy, |
const FilePath& file_path, |
bool exclusive, |
+ bool recursive, |
StatusCallback* callback); |
// Deletes a file or empty directory. |