Index: chrome/renderer/spellchecker/spellcheck_unittest.cc |
diff --git a/chrome/renderer/spellchecker/spellcheck_unittest.cc b/chrome/renderer/spellchecker/spellcheck_unittest.cc |
index 8d47b6e3c13d2dddc7fa1f2d4f0ea0aa8d14cd23..1e3b38bc47a1ca76edc13bd862baf2c2486a9e3e 100644 |
--- a/chrome/renderer/spellchecker/spellcheck_unittest.cc |
+++ b/chrome/renderer/spellchecker/spellcheck_unittest.cc |
@@ -411,12 +411,14 @@ TEST_F(SpellCheckTest, SpellCheckText) { |
}, { |
// English (Australia) |
"en-AU", |
- L"Google's mission is to organise the world's information and make it " |
+ // L"Google's " - to be added. |
+ L"mission is to organise the world's information and make it " |
L"universally accessible and useful." |
}, { |
// English (United Kingdom) |
"en-GB", |
- L"Google's mission is to organise the world's information and make it " |
+ // L"Google's " - to be added. |
+ L"mission is to organise the world's information and make it " |
L"universally accessible and useful." |
}, { |
// English (United States) |