| Index: chrome/browser/views/options/fonts_page_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/options/fonts_page_view.cc (revision 16052)
|
| +++ chrome/browser/views/options/fonts_page_view.cc (working copy)
|
| @@ -209,7 +209,8 @@
|
| }
|
|
|
| FontsPageView::FontsPageView(Profile* profile)
|
| - : select_font_dialog_(SelectFontDialog::Create(this)),
|
| + : ALLOW_THIS_IN_INITIALIZER_LIST(
|
| + select_font_dialog_(SelectFontDialog::Create(this))),
|
| fonts_group_title_(NULL),
|
| encoding_group_title_(NULL),
|
| fixed_width_font_change_page_button_(NULL),
|
|
|