From 2b4b52764d0bb86b36ed82c058ed5b574c45840b Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Wed, 26 Jan 2011 04:33:11 +0000 Subject: 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 --- chrome/renderer/spellchecker/spellcheck_unittest.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chrome/renderer/spellchecker') 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) -- cgit v1.1