Chromium Code Reviews| Index: chrome/renderer/spellchecker/spellcheck_unittest.cc |
| diff --git a/chrome/renderer/spellchecker/spellcheck_unittest.cc b/chrome/renderer/spellchecker/spellcheck_unittest.cc |
| index bffa527b3a82eca5558c6ae11776c7d83dd349fc..f919d6510d524295c3de55fb8518afcd923ab473 100644 |
| --- a/chrome/renderer/spellchecker/spellcheck_unittest.cc |
| +++ b/chrome/renderer/spellchecker/spellcheck_unittest.cc |
| @@ -847,7 +847,7 @@ TEST_F(SpellCheckTest, SpellCheckParagraphLongSentenceMultipleMisspellings) { |
| TEST_F(SpellCheckTest, RequestSpellCheckWithEmptyString) { |
| MockTextCheckingCompletion completion; |
| - const string16 text = ASCIIToUTF16(""); |
| + const string16 text(); |
|
Ben Goodger (Google)
2012/05/04 21:21:00
text;
|
| spell_check()->RequestTextChecking(text, 0, &completion); |
| MessageLoop::current()->RunAllPending(); |