| Index: chrome/browser/ui/webui/policy_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/policy_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/policy_ui.cc (working copy)
|
| @@ -233,7 +233,7 @@
|
| //
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| -PolicyUI::PolicyUI(WebContents* contents) : WebUI(contents) {
|
| +PolicyUI::PolicyUI(WebContents* contents) : WebUI(contents, this) {
|
| AddMessageHandler(new PolicyUIHandler);
|
|
|
| // Set up the chrome://policy/ source.
|
|
|