| Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc (revision 133926)
|
| +++ chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc (working copy)
|
| @@ -310,7 +310,7 @@
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| KeyboardOverlayUI::KeyboardOverlayUI(content::WebUI* web_ui)
|
| - : HtmlDialogUI(web_ui) {
|
| + : WebDialogUI(web_ui) {
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| KeyboardOverlayHandler* handler = new KeyboardOverlayHandler(profile);
|
| web_ui->AddMessageHandler(handler);
|
|
|