diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 04:33:11 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 04:33:11 +0000 |
commit | 2b4b52764d0bb86b36ed82c058ed5b574c45840b (patch) | |
tree | 2c85db2fbedbfdf70d254c14bb876df93a5f7ba8 /chrome/renderer/spellchecker | |
parent | 6999fd893401c26e6dca64e471231aa456cef55c (diff) | |
download | chromium_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.cc | 6 |
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) |