Chromium Code Reviews| Index: chrome/views/dialog_delegate.h |
| =================================================================== |
| --- chrome/views/dialog_delegate.h (revision 9911) |
| +++ chrome/views/dialog_delegate.h (working copy) |
| @@ -96,7 +96,7 @@ |
| virtual bool Accept() { return true; } |
| // Overridden from WindowDelegate: |
| - virtual View* GetInitiallyFocusedView() const; |
| + virtual View* GetInitiallyFocusedView(); |
| // Overridden from WindowDelegate: |
| virtual ClientView* CreateClientView(Window* window); |