| Index: base/test/gtest_xml_util.h
|
| diff --git a/base/test/gtest_xml_util.h b/base/test/gtest_xml_util.h
|
| index 79527e5f94aaa6805964644082dbd0c1bfd96ae3..f832cdea8d55807f4d8ab1dac3ca1d7b580e34cb 100644
|
| --- a/base/test/gtest_xml_util.h
|
| +++ b/base/test/gtest_xml_util.h
|
| @@ -28,10 +28,10 @@ class XmlUnitTestResultPrinter : public testing::EmptyTestEventListener {
|
|
|
| private:
|
| // testing::EmptyTestEventListener:
|
| - virtual void OnTestCaseStart(const testing::TestCase& test_case) OVERRIDE;
|
| - virtual void OnTestStart(const testing::TestInfo& test_info) OVERRIDE;
|
| - virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE;
|
| - virtual void OnTestCaseEnd(const testing::TestCase& test_case) OVERRIDE;
|
| + virtual void OnTestCaseStart(const testing::TestCase& test_case) override;
|
| + virtual void OnTestStart(const testing::TestInfo& test_info) override;
|
| + virtual void OnTestEnd(const testing::TestInfo& test_info) override;
|
| + virtual void OnTestCaseEnd(const testing::TestCase& test_case) override;
|
|
|
| FILE* output_file_;
|
|
|
|
|