From 7fd8fa4f297ee7f4772bf83333aa3efe03754c08 Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Thu, 7 Feb 2013 05:43:50 +0000 Subject: Linux/ChromeOS Chromium style checker cleanup, webkit/ edition. Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://chromiumcodereview.appspot.com/12225038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181219 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp') diff --git a/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp b/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp index bdfe849d..a193863 100644 --- a/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp +++ b/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp @@ -10,7 +10,7 @@ class BMPImageDecoderTest : public ImageDecoderTest { BMPImageDecoderTest() : ImageDecoderTest("bmp") { } protected: - virtual WebKit::WebImageDecoder* CreateWebKitImageDecoder() const { + virtual WebKit::WebImageDecoder* CreateWebKitImageDecoder() const OVERRIDE { return new WebKit::WebImageDecoder(WebKit::WebImageDecoder::TypeBMP); } -- cgit v1.1