| Index: chrome/browser/ui/webui/options/font_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/font_settings_handler.cc b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| index 62c678fcfd137db416bb26ae1f7af1818520755f..76e58431e5ec5a43eebc3d0050105e5896765a5b 100644
|
| --- a/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| @@ -66,7 +66,7 @@ void FontSettingsHandler::GetLocalizedValues(
|
| IDS_FONT_LANGUAGE_SETTING_PLACEHOLDER));
|
| }
|
|
|
| -void FontSettingsHandler::Initialize() {
|
| +void FontSettingsHandler::InitializeHandler() {
|
| DCHECK(web_ui());
|
| SetUpStandardFontSample();
|
| SetUpSerifFontSample();
|
|
|