| Index: runtime/bin/directory.h
|
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
|
| index 5944aeefb4bf7349da33c88d704f22d2ba0598ef..6bd33b088c2346e979ec6a9a37d373dbaeff0a61 100644
|
| --- a/runtime/bin/directory.h
|
| +++ b/runtime/bin/directory.h
|
| @@ -59,10 +59,7 @@ class Directory {
|
|
|
| static bool Create(const char* path);
|
|
|
| - static int CreateTemp(const char* const_template,
|
| - char** path,
|
| - char* os_error_message,
|
| - int os_error_message_len);
|
| + static char* CreateTemp(const char* const_template);
|
|
|
| static bool Delete(const char* path, bool recursive);
|
|
|
|
|