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

Unified Diff: chrome/renderer/spellchecker/spellcheck_unittest.cc

Issue 6388005: Revert r72606, except for the DEPS roll. It's redding the tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « chrome/common/spellcheck_common.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/common/spellcheck_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698