Chromium Code Reviews| Index: runtime/bin/directory.h |
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h |
| index 455e5568906e659bce3323de2e5326b35a0c5884..242c03d8fb6e64dbedd309a31f4dbda8fc7de254 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, int64_t number); |
| + |
| static bool Delete(const char* path); |
| DISALLOW_ALLOCATION(); |