summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 04:33:11 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 04:33:11 +0000
commit2b4b52764d0bb86b36ed82c058ed5b574c45840b (patch)
tree2c85db2fbedbfdf70d254c14bb876df93a5f7ba8 /chrome/renderer/spellchecker
parent6999fd893401c26e6dca64e471231aa456cef55c (diff)
downloadchromium_src-2b4b52764d0bb86b36ed82c058ed5b574c45840b.zip
chromium_src-2b4b52764d0bb86b36ed82c058ed5b574c45840b.tar.gz
chromium_src-2b4b52764d0bb86b36ed82c058ed5b574c45840b.tar.bz2
Revert r72606, except for the DEPS roll. It's redding the tree.
BUG=5509 TEST=waterfall Review URL: http://codereview.chromium.org/6388005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/spellchecker')
-rw-r--r--chrome/renderer/spellchecker/spellcheck_unittest.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/renderer/spellchecker/spellcheck_unittest.cc b/chrome/renderer/spellchecker/spellcheck_unittest.cc
index 8d47b6e..1e3b38b 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)