| Index: chrome/browser/views/new_profile_dialog.h
|
| ===================================================================
|
| --- chrome/browser/views/new_profile_dialog.h (revision 9911)
|
| +++ chrome/browser/views/new_profile_dialog.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| // views::DialogDelegate methods.
|
| virtual bool Accept();
|
| virtual int GetDialogButtons() const;
|
| - virtual views::View* GetInitiallyFocusedView() const;
|
| + virtual views::View* GetInitiallyFocusedView();
|
| virtual bool IsDialogButtonEnabled(DialogButton button) const;
|
| virtual std::wstring GetWindowTitle() const;
|
| virtual void WindowClosing();
|
|
|