Chromium Code Reviews| Index: runtime/bin/directory.h |
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h |
| index 455e5568906e659bce3323de2e5326b35a0c5884..298db681b4c2b21df47bad3132b6c1a1c4349507 100644 |
| --- a/runtime/bin/directory.h |
| +++ b/runtime/bin/directory.h |
| @@ -27,6 +27,8 @@ class Directory { |
| static bool Create(const char* path); |
| + static char* CreateTemp(const char* const_template); |
| + |
| static bool Delete(const char* path); |
| DISALLOW_ALLOCATION(); |