| Index: chrome/browser/ui/webui/keyboard_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/keyboard_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/keyboard_ui.cc (working copy)
|
| @@ -19,7 +19,7 @@
|
| // KeyboardUI
|
|
|
| KeyboardUI::KeyboardUI(WebContents* contents)
|
| - : WebUI(contents) {
|
| + : WebUI(contents, this) {
|
| KeyboardHTMLSource* html_source = new KeyboardHTMLSource();
|
| Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
|
| profile->GetChromeURLDataManager()->AddDataSource(html_source);
|
|
|