Chromium Code Reviews| Index: base/files/file_path_unittest.cc |
| diff --git a/base/files/file_path_unittest.cc b/base/files/file_path_unittest.cc |
| index 956faea32186e7cd9cdfbc5b69056d93fe15e0d5..559037bdf1923083ac172cb7d2e4f6875d87ff95 100644 |
| --- a/base/files/file_path_unittest.cc |
| +++ b/base/files/file_path_unittest.cc |
| @@ -50,12 +50,8 @@ struct UTF8TestData { |
| // to be a PlatformTest |
| class FilePathTest : public PlatformTest { |
| protected: |
| - virtual void SetUp() override { |
| - PlatformTest::SetUp(); |
| - } |
| - virtual void TearDown() override { |
| - PlatformTest::TearDown(); |
| - } |
| + void SetUp() override { PlatformTest::SetUp(); } |
|
Nico
2014/12/22 22:05:42
This doesn't have any effect. Can FilePathTest jus
|
| + void TearDown() override { PlatformTest::TearDown(); } |
| }; |
| TEST_F(FilePathTest, DirName) { |