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

Unified Diff: webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp

Issue 280004: Revert wstring patch (r29078 and follow up commits). It is causing failures o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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: webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp
===================================================================
--- webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp (revision 29084)
+++ webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp (working copy)
@@ -34,7 +34,7 @@
class BMPImageDecoderTest : public ImageDecoderTest {
public:
- BMPImageDecoderTest() : ImageDecoderTest("bmp") { }
+ BMPImageDecoderTest() : ImageDecoderTest(L"bmp") { }
protected:
virtual WebCore::ImageDecoder* CreateDecoder() const {
« no previous file with comments | « webkit/tools/test_shell/image_decoder_unittest.cc ('k') | webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698