summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/new_profile_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/new_profile_dialog.h')
-rw-r--r--chrome/browser/views/new_profile_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/new_profile_dialog.h b/chrome/browser/views/new_profile_dialog.h
index 970a820..c8e4f02 100644
--- a/chrome/browser/views/new_profile_dialog.h
+++ b/chrome/browser/views/new_profile_dialog.h
@@ -31,7 +31,7 @@ class NewProfileDialog : public views::DialogDelegate,
// 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();