| Index: content/shell/browser/shell_speech_recognition_manager_delegate.h
|
| diff --git a/content/shell/browser/shell_speech_recognition_manager_delegate.h b/content/shell/browser/shell_speech_recognition_manager_delegate.h
|
| index 41ad2e55a80a783949a292e6eaadf15201482288..680082de5cf1ef57103f4a50f940ac37b1c46e2d 100644
|
| --- a/content/shell/browser/shell_speech_recognition_manager_delegate.h
|
| +++ b/content/shell/browser/shell_speech_recognition_manager_delegate.h
|
| @@ -23,11 +23,11 @@ class ShellSpeechRecognitionManagerDelegate
|
|
|
| // SpeechRecognitionManagerDelegate methods.
|
| virtual void GetDiagnosticInformation(
|
| - bool* can_report_metrics, std::string* hardware_info) OVERRIDE {}
|
| + bool* can_report_metrics, std::string* hardware_info) override {}
|
| virtual void CheckRecognitionIsAllowed(int session_id,
|
| - base::Callback<void(bool ask_user, bool is_allowed)> callback) OVERRIDE;
|
| - virtual SpeechRecognitionEventListener* GetEventListener() OVERRIDE;
|
| - virtual bool FilterProfanities(int render_process_id) OVERRIDE;
|
| + base::Callback<void(bool ask_user, bool is_allowed)> callback) override;
|
| + virtual SpeechRecognitionEventListener* GetEventListener() override;
|
| + virtual bool FilterProfanities(int render_process_id) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ShellSpeechRecognitionManagerDelegate);
|
|
|