Index: content/browser/gpu/gpu_blacklist_unittest.cc |
=================================================================== |
--- content/browser/gpu/gpu_blacklist_unittest.cc (revision 181789) |
+++ content/browser/gpu/gpu_blacklist_unittest.cc (working copy) |
@@ -37,7 +37,7 @@ |
} |
protected: |
- void SetUp() { |
+ virtual void SetUp() { |
gpu_info_.gpu.vendor_id = kNvidiaVendorId; |
gpu_info_.gpu.device_id = 0x0640; |
gpu_info_.driver_vendor = "NVIDIA"; |
@@ -51,7 +51,7 @@ |
gpu_info_.performance_stats.overall = 5.0; |
} |
- void TearDown() { |
+ virtual void TearDown() { |
} |
private: |