Index: chrome/browser/chromeos/ui/echo_dialog_view.h |
diff --git a/chrome/browser/chromeos/ui/echo_dialog_view.h b/chrome/browser/chromeos/ui/echo_dialog_view.h |
index 31faff3884a27d4e47a6a0be9d4b2f7a0e3b1a88..e214e46ea28b49e3403079f91c8141953c3bd9d1 100644 |
--- a/chrome/browser/chromeos/ui/echo_dialog_view.h |
+++ b/chrome/browser/chromeos/ui/echo_dialog_view.h |
@@ -66,7 +66,7 @@ class EchoDialogView : public views::DialogDelegateView, |
int event_flags) OVERRIDE; |
// views::View override. |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
// Sets the border and bounds for the styled label containing the dialog |
// text. |