| Index: chrome/browser/views/new_profile_dialog.cc
|
| ===================================================================
|
| --- chrome/browser/views/new_profile_dialog.cc (revision 9911)
|
| +++ chrome/browser/views/new_profile_dialog.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| return DIALOGBUTTON_OK | DIALOGBUTTON_CANCEL;
|
| }
|
|
|
| -views::View* NewProfileDialog::GetInitiallyFocusedView() const {
|
| +views::View* NewProfileDialog::GetInitiallyFocusedView() {
|
| views::TextField* text_box = message_box_view_->text_box();
|
| DCHECK(text_box);
|
| return text_box;
|
|
|