Index: chrome/browser/ui/views/create_application_shortcut_view.cc |
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc |
index a84cc04974f564af88eb0f6d39e77fc964717f10..bd5aa6caf9142874211846c6b01d43b26fe2f424 100644 |
--- a/chrome/browser/ui/views/create_application_shortcut_view.cc |
+++ b/chrome/browser/ui/views/create_application_shortcut_view.cc |
@@ -332,7 +332,7 @@ void CreateApplicationShortcutView::InitControls() { |
} |
} |
-gfx::Size CreateApplicationShortcutView::GetPreferredSize() { |
+gfx::Size CreateApplicationShortcutView::GetPreferredSize() const { |
// TODO(evanm): should this use IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS? |
static const int kDialogWidth = 360; |
int height = GetLayoutManager()->GetPreferredHeightForWidth(this, |