diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/speech_recognition_window_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/speech_recognition_window_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/speech_recognition_window_controller.h b/chrome/browser/ui/cocoa/speech_recognition_window_controller.h index 9befe2c..24fa890 100644 --- a/chrome/browser/ui/cocoa/speech_recognition_window_controller.h +++ b/chrome/browser/ui/cocoa/speech_recognition_window_controller.h @@ -41,7 +41,7 @@ // Updates the UI with data related to the given display mode. - (void)updateLayout:(SpeechRecognitionBubbleBase::DisplayMode)mode - messageText:(const string16&)messageText + messageText:(const base::string16&)messageText iconImage:(NSImage*)iconImage; // Makes the speech recognition bubble visible on screen. |