| Index: ui/app_list/speech_ui_model.h
|
| diff --git a/ui/app_list/speech_ui_model.h b/ui/app_list/speech_ui_model.h
|
| index c89c4badbf5f6d9376fe69b39a44b8b8c6b8b1b5..aafd003f02b68c2f3cec0dfd2fd3e94522562b96 100644
|
| --- a/ui/app_list/speech_ui_model.h
|
| +++ b/ui/app_list/speech_ui_model.h
|
| @@ -17,7 +17,8 @@ namespace app_list {
|
| // SpeechUIModel provides the interface to update the UI for speech recognition.
|
| class APP_LIST_EXPORT SpeechUIModel {
|
| public:
|
| - explicit SpeechUIModel(SpeechRecognitionState initial_state);
|
| + // Construct the model, initially in state SPEECH_RECOGNITION_OFF.
|
| + SpeechUIModel();
|
| virtual ~SpeechUIModel();
|
|
|
| void SetSpeechResult(const base::string16& result, bool is_final);
|
|
|