summaryrefslogtreecommitdiffstats
path: root/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 05:43:50 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 05:43:50 +0000
commit7fd8fa4f297ee7f4772bf83333aa3efe03754c08 (patch)
treecb749dbea166a834439be297abf1011088d0bf7e /webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp
parenta6d33303cac4c5eda9c6b994a1860bee861a19e1 (diff)
downloadchromium_src-7fd8fa4f297ee7f4772bf83333aa3efe03754c08.zip
chromium_src-7fd8fa4f297ee7f4772bf83333aa3efe03754c08.tar.gz
chromium_src-7fd8fa4f297ee7f4772bf83333aa3efe03754c08.tar.bz2
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
Diffstat (limited to 'webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp')
-rw-r--r--webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}