Index: content/test/gpu/gpu_test_config_unittest.cc |
=================================================================== |
--- content/test/gpu/gpu_test_config_unittest.cc (revision 181789) |
+++ content/test/gpu/gpu_test_config_unittest.cc (working copy) |
@@ -13,9 +13,9 @@ |
virtual ~GPUTestConfigTest() { } |
protected: |
- void SetUp() { } |
+ virtual void SetUp() { } |
- void TearDown() { } |
+ virtual void TearDown() { } |
}; |
TEST_F(GPUTestConfigTest, EmptyValues) { |