| Index: chrome/browser/speech/speech_input_bubble.h
|
| diff --git a/chrome/browser/speech/speech_input_bubble.h b/chrome/browser/speech/speech_input_bubble.h
|
| index 436e6bb6ec62e9d3c0cf1339936afd7b54a356b1..dd5d21b463d86dc200dff533de3c68b2c5c09e6e 100644
|
| --- a/chrome/browser/speech/speech_input_bubble.h
|
| +++ b/chrome/browser/speech/speech_input_bubble.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -130,7 +130,7 @@ class SpeechInputBubbleBase : public SpeechInputBubble {
|
| virtual void SetRecognizingMode();
|
| virtual void SetMessage(const string16& text);
|
| virtual void SetInputVolume(float volume);
|
| - virtual TabContents* tab_contents() { return tab_contents_; }
|
| + virtual TabContents* tab_contents();
|
|
|
| protected:
|
| // Updates the platform specific UI layout for the current display mode.
|
|
|