summaryrefslogtreecommitdiffstats
path: root/base/scoped_temp_dir.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/scoped_temp_dir.cc')
-rw-r--r--base/scoped_temp_dir.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/scoped_temp_dir.cc b/base/scoped_temp_dir.cc
index fd3245e..07fcfb7 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_);
}
-