Index: content/test/gpu/gpu_test_expectations_parser_unittest.cc |
=================================================================== |
--- content/test/gpu/gpu_test_expectations_parser_unittest.cc (revision 181789) |
+++ content/test/gpu/gpu_test_expectations_parser_unittest.cc (working copy) |
@@ -17,7 +17,7 @@ |
} |
protected: |
- void SetUp() { |
+ virtual void SetUp() { |
bot_config_.set_os(GPUTestConfig::kOsWin7); |
bot_config_.set_build_type(GPUTestConfig::kBuildTypeRelease); |
bot_config_.AddGPUVendor(0x10de); |
@@ -25,7 +25,7 @@ |
ASSERT_TRUE(bot_config_.IsValid()); |
} |
- void TearDown() { } |
+ virtual void TearDown() { } |
private: |
GPUTestBotConfig bot_config_; |