Index: base/file_path_unittest.cc |
diff --git a/base/file_path_unittest.cc b/base/file_path_unittest.cc |
index 49fd1e075137acaeee4a2a9f9b618e92136938f5..71bff29e66872891bf8c80bcbccb1814e2b17ad3 100644 |
--- a/base/file_path_unittest.cc |
+++ b/base/file_path_unittest.cc |
@@ -46,10 +46,10 @@ struct UTF8TestData { |
// to be a PlatformTest |
class FilePathTest : public PlatformTest { |
protected: |
- virtual void SetUp() { |
+ virtual void SetUp() OVERRIDE { |
PlatformTest::SetUp(); |
} |
- virtual void TearDown() { |
+ virtual void TearDown() OVERRIDE { |
PlatformTest::TearDown(); |
} |
}; |