Index: base/scoped_temp_dir.h |
=================================================================== |
--- base/scoped_temp_dir.h (revision 67430) |
+++ base/scoped_temp_dir.h (working copy) |
@@ -38,7 +38,7 @@ |
bool Set(const FilePath& path); |
// Deletes the temporary directory wrapped by this object. |
- void Delete(); |
+ bool Delete(); |
Paweł Hajdan Jr.
2010/11/29 09:32:17
nit: Add WARN_UNUSED_RESULT from base/compiler_spe
tommi (sloooow) - chröme
2010/11/29 14:50:16
Done.
|
// Caller takes ownership of the temporary directory so it won't be destroyed |
// when this object goes out of scope. |