Index: chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc |
=================================================================== |
--- chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc (revision 175088) |
+++ chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc (working copy) |
@@ -85,7 +85,7 @@ |
// Tests that the SpellCheckProvider class cancels incoming spellcheck requests |
// when it does not need to handle them. |
-TEST_F(SpellCheckProviderTest,CancelUnnecessaryRequests) { |
+TEST_F(SpellCheckProviderTest, CancelUnnecessaryRequests) { |
FakeTextCheckingCompletion completion; |
provider_.RequestTextChecking(WebKit::WebString("hello."), |
&completion); |