Index: base/scoped_temp_dir.h |
=================================================================== |
--- base/scoped_temp_dir.h (revision 67531) |
+++ 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(); |
// Caller takes ownership of the temporary directory so it won't be destroyed |
// when this object goes out of scope. |