Index: ui/app_list/views/speech_view.cc |
diff --git a/ui/app_list/views/speech_view.cc b/ui/app_list/views/speech_view.cc |
index eaa1094ec5ea024bdf7d0844d96800ec7062b705..ba2e690e2f06d816e31429393ddd9a56787a83fa 100644 |
--- a/ui/app_list/views/speech_view.cc |
+++ b/ui/app_list/views/speech_view.cc |
@@ -203,7 +203,7 @@ void SpeechView::Layout() { |
speech_height); |
} |
-gfx::Size SpeechView::GetPreferredSize() { |
+gfx::Size SpeechView::GetPreferredSize() const { |
return gfx::Size(0, kSpeechViewMaxHeight); |
} |