Index: content/browser/speech/speech_recognition_request.h |
diff --git a/content/browser/speech/speech_recognition_request.h b/content/browser/speech/speech_recognition_request.h |
index c4be1d26ead42e4559b20c9a74f3631e7602e2f8..346951ac4266e94319a525ab0cdaa96573ab3281 100644 |
--- a/content/browser/speech/speech_recognition_request.h |
+++ b/content/browser/speech/speech_recognition_request.h |
@@ -34,8 +34,7 @@ class SpeechRecognitionRequest : public URLFetcher::Delegate { |
// Interface for receiving callbacks from this object. |
class CONTENT_EXPORT Delegate { |
public: |
- virtual void SetRecognitionResult( |
- bool error, const SpeechInputResultArray& result) = 0; |
+ virtual void SetRecognitionResult(const SpeechInputResult& result) = 0; |
protected: |
virtual ~Delegate() {} |