| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc (working copy)
|
| @@ -662,7 +662,7 @@
|
|
|
| // SimUnlockUI -----------------------------------------------------------------
|
|
|
| -SimUnlockUI::SimUnlockUI(WebContents* contents) : WebUI(contents) {
|
| +SimUnlockUI::SimUnlockUI(WebContents* contents) : WebUI(contents, this) {
|
| SimUnlockHandler* handler = new SimUnlockHandler();
|
| AddMessageHandler(handler);
|
| SimUnlockUIHTMLSource* html_source = new SimUnlockUIHTMLSource();
|
|
|