Index: webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp |
=================================================================== |
--- webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp (revision 29088) |
+++ webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp (working copy) |
@@ -34,7 +34,7 @@ |
class BMPImageDecoderTest : public ImageDecoderTest { |
public: |
- BMPImageDecoderTest() : ImageDecoderTest(L"bmp") { } |
+ BMPImageDecoderTest() : ImageDecoderTest("bmp") { } |
protected: |
virtual WebCore::ImageDecoder* CreateDecoder() const { |