From 00ffe5dd99527a0cb1035af6749417f5fb1c134e Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 13 May 2009 17:52:48 +0000 Subject: Revert 15965. I wasn't supposed to check that in since it still doesn't compile on linux and mac! TBR=sky Review URL: http://codereview.chromium.org/113351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15967 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/message_box_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/controls/message_box_view.cc') diff --git a/views/controls/message_box_view.cc b/views/controls/message_box_view.cc index 2ac20af..e0cf055 100644 --- a/views/controls/message_box_view.cc +++ b/views/controls/message_box_view.cc @@ -30,7 +30,7 @@ MessageBoxView::MessageBoxView(int dialog_flags, icon_(NULL), checkbox_(NULL), message_width_(message_width), - ALLOW_THIS_IN_INITIALIZER_LIST(focus_grabber_factory_(this)) { + focus_grabber_factory_(this) { Init(dialog_flags, default_prompt); } @@ -42,7 +42,7 @@ MessageBoxView::MessageBoxView(int dialog_flags, icon_(NULL), checkbox_(NULL), message_width_(kDefaultMessageWidth), - ALLOW_THIS_IN_INITIALIZER_LIST(focus_grabber_factory_(this)) { + focus_grabber_factory_(this) { Init(dialog_flags, default_prompt); } -- cgit v1.1