Index: content/renderer/input_tag_speech_dispatcher.cc |
diff --git a/content/renderer/input_tag_speech_dispatcher.cc b/content/renderer/input_tag_speech_dispatcher.cc |
index 7aa6d9f714c696b0282b89c79402de46902d3b3a..41f3dd7bbe7ad695cc1fac4ef9c9fccd97bc3fbc 100644 |
--- a/content/renderer/input_tag_speech_dispatcher.cc |
+++ b/content/renderer/input_tag_speech_dispatcher.cc |
@@ -81,7 +81,7 @@ void InputTagSpeechDispatcher::cancelRecognition(int request_id) { |
void InputTagSpeechDispatcher::stopRecording(int request_id) { |
VLOG(1) << "InputTagSpeechDispatcher::stopRecording enter"; |
Send(new InputTagSpeechHostMsg_StopRecording(routing_id(), |
- request_id)); |
+ request_id)); |
VLOG(1) << "InputTagSpeechDispatcher::stopRecording exit"; |
} |