| Index: chrome/browser/jsmessage_box_handler_win.h
|
| ===================================================================
|
| --- chrome/browser/jsmessage_box_handler_win.h (revision 9911)
|
| +++ chrome/browser/jsmessage_box_handler_win.h (working copy)
|
| @@ -44,7 +44,7 @@
|
| // views::WindowDelegate Methods:
|
| virtual bool IsModal() const { return true; }
|
| virtual views::View* GetContentsView();
|
| - virtual views::View* GetInitiallyFocusedView() const;
|
| + virtual views::View* GetInitiallyFocusedView();
|
|
|
| private:
|
| // NotificationObserver implementation.
|
|
|