| Index: chrome/browser/speech/speech_input_bubble_controller.h
|
| diff --git a/chrome/browser/speech/speech_input_bubble_controller.h b/chrome/browser/speech/speech_input_bubble_controller.h
|
| index b0f1baf220a881cb4f29eb7e041664b8547e361d..39a02935ee83c3680347a00a7e257e3bdfdb3262 100644
|
| --- a/chrome/browser/speech/speech_input_bubble_controller.h
|
| +++ b/chrome/browser/speech/speech_input_bubble_controller.h
|
| @@ -80,13 +80,14 @@ class SpeechInputBubbleController
|
| void CloseBubble(int caller_id);
|
|
|
| // SpeechInputBubble::Delegate methods.
|
| - virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button);
|
| - virtual void InfoBubbleFocusChanged();
|
| + virtual void InfoBubbleButtonClicked(
|
| + SpeechInputBubble::Button button) OVERRIDE;
|
| + virtual void InfoBubbleFocusChanged() OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| private:
|
| // The various calls received by this object and handled in the UI thread.
|
|
|