| 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 a7c3c80231a1e583830e39adf5c39a84d9be8493..e5a9a7a73a5d548fa1989d90a921201b40e368a2 100644
|
| --- a/ui/app_list/speech_ui_model.h
|
| +++ b/ui/app_list/speech_ui_model.h
|
| @@ -16,7 +16,7 @@ namespace app_list {
|
| // SpeechUIModel provides the interface to update the UI for speech recognition.
|
| class APP_LIST_EXPORT SpeechUIModel {
|
| public:
|
| - SpeechUIModel();
|
| + explicit SpeechUIModel(SpeechRecognitionState initial_state);
|
| virtual ~SpeechUIModel();
|
|
|
| void SetSpeechResult(const base::string16& result, bool is_final);
|
|
|