Index: base/file_version_info_unittest.cc |
diff --git a/base/file_version_info_unittest.cc b/base/file_version_info_unittest.cc |
index 8b909a441c73fb43d277a9a1c6d68c3792bc6ee3..43b1fccc391476f0acf5d8043922e96e2b7ebafb 100644 |
--- a/base/file_version_info_unittest.cc |
+++ b/base/file_version_info_unittest.cc |
@@ -132,4 +132,3 @@ TEST(FileVersionInfoTest, CustomProperties) { |
EXPECT_FALSE(version_info->GetValue(L"Unknown property", &str)); |
EXPECT_EQ(L"", version_info->GetStringValue(L"Unknown property")); |
} |
- |