Chromium Code Reviews| Index: runtime/bin/directory.h |
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h |
| index a6ca48f4add38406dd18e34e33b26f0da71eaa3c..0350fc0a86868abdab94041a09d1e8ca6d0fffd0 100644 |
| --- a/runtime/bin/directory.h |
| +++ b/runtime/bin/directory.h |
| @@ -32,7 +32,7 @@ class Directory { |
| char* os_error_message, |
| int os_error_message_len); |
| - static bool Delete(const char* path); |
| + static bool Delete(const char* path, bool recursive); |
| DISALLOW_ALLOCATION(); |
| DISALLOW_IMPLICIT_CONSTRUCTORS(Directory); |