Chromium Code Reviews| Index: chrome/views/dialog_delegate.cc |
| =================================================================== |
| --- chrome/views/dialog_delegate.cc (revision 9911) |
| +++ chrome/views/dialog_delegate.cc (working copy) |
| @@ -18,7 +18,7 @@ |
| return DIALOGBUTTON_NONE; |
| } |
| -View* DialogDelegate::GetInitiallyFocusedView() const { |
| +View* DialogDelegate::GetInitiallyFocusedView() { |
| // Focus the default button if any. |
| DialogClientView* dcv = GetDialogClientView(); |
| int default_button = GetDefaultDialogButton(); |