Index: base/scoped_temp_dir_unittest.cc |
diff --git a/base/scoped_temp_dir_unittest.cc b/base/scoped_temp_dir_unittest.cc |
index 903646d543bd15e14b5ff2f0fdff1e789bfce367..72f4d8ce81169db94062deb15d09a2db8b51c9fa 100644 |
--- a/base/scoped_temp_dir_unittest.cc |
+++ b/base/scoped_temp_dir_unittest.cc |
@@ -55,4 +55,3 @@ TEST(ScopedTempDir, TempDir) { |
} |
EXPECT_FALSE(file_util::DirectoryExists(test_path)); |
} |
- |