| Index: chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
|
| diff --git a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
|
| index d8b59d0a3947a83531538670386de23a59d756a9..d83d1f0ee565d4de44419a2edc00f331330a1f1b 100644
|
| --- a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
|
| +++ b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
|
| @@ -190,7 +190,7 @@ class ChromeSpeechRecognitionManagerDelegate::TabWatcher
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE {
|
| + const content::NotificationDetails& details) override {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DCHECK(type == content::NOTIFICATION_WEB_CONTENTS_DISCONNECTED ||
|
| type == content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED);
|
|
|