Chromium Code Reviews| Index: base/scoped_temp_dir.cc |
| diff --git a/base/scoped_temp_dir.cc b/base/scoped_temp_dir.cc |
| index fd3245efaaa777cf0a0505c6e08e3161d9d0a0e1..07fcfb79e076c917eddecc1b00e56438b879b8ad 100644 |
| --- a/base/scoped_temp_dir.cc |
| +++ b/base/scoped_temp_dir.cc |
| @@ -45,4 +45,3 @@ FilePath ScopedTempDir::Take() { |
| bool ScopedTempDir::IsValid() const { |
| return !path_.empty() && file_util::DirectoryExists(path_); |
| } |
| - |