| 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..c16293861ce7a6b6d94a6f6304486cae274b05a6 100644
|
| --- a/base/files/file_path_unittest.cc
|
| +++ b/base/files/file_path_unittest.cc
|
| @@ -48,15 +48,7 @@ struct UTF8TestData {
|
|
|
| // file_util winds up using autoreleased objects on the Mac, so this needs
|
| // to be a PlatformTest
|
| -class FilePathTest : public PlatformTest {
|
| - protected:
|
| - virtual void SetUp() override {
|
| - PlatformTest::SetUp();
|
| - }
|
| - virtual void TearDown() override {
|
| - PlatformTest::TearDown();
|
| - }
|
| -};
|
| +typedef PlatformTest FilePathTest;
|
|
|
| TEST_F(FilePathTest, DirName) {
|
| const struct UnaryTestData cases[] = {
|
|
|