Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2082)

Unified Diff: content/test/gpu/gpu_test_expectations_parser_unittest.cc

Issue 12210030: Linux/ChromeOS Chromium style checker cleanup, content/ edition. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/test/gpu/gpu_test_config_unittest.cc ('k') | content/test/net/url_request_prepackaged_interceptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698