| Index: chrome/browser/speech/speech_input_extension_api.cc
|
| diff --git a/chrome/browser/speech/speech_input_extension_api.cc b/chrome/browser/speech/speech_input_extension_api.cc
|
| index 71711f0e25304a9b8b2d0fe5b537b4447a6e4257..23afea06e5754a6be9643b6973bd877119390652 100644
|
| --- a/chrome/browser/speech/speech_input_extension_api.cc
|
| +++ b/chrome/browser/speech/speech_input_extension_api.cc
|
| @@ -42,8 +42,7 @@ SpeechInputAsyncFunction::SpeechInputAsyncFunction(
|
| content::Source<Profile>(profile()));
|
| }
|
|
|
| -SpeechInputAsyncFunction::~SpeechInputAsyncFunction() {
|
| -}
|
| +SpeechInputAsyncFunction::~SpeechInputAsyncFunction() {}
|
|
|
| void SpeechInputAsyncFunction::Run() {
|
| if (failed_) {
|
|
|