Chromium Code Reviews| Index: third_party/icu/source/test/intltest/pptest.cpp |
| =================================================================== |
| --- third_party/icu/source/test/intltest/pptest.cpp (revision 74230) |
| +++ third_party/icu/source/test/intltest/pptest.cpp (working copy) |
| @@ -182,7 +182,7 @@ |
| return; |
| }; |
| - DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf); |
| + DecimalFormat *fmt = CR_DYNAMIC_CAST<DecimalFormat *>(nf); |
| if(fmt == NULL) { |
| errln("NumberFormat::createInstance returned unexpected class type"); |
| return; |