| Index: chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc (working copy)
|
| @@ -69,7 +69,7 @@
|
| namespace chromeos {
|
|
|
| ProxySettingsUI::ProxySettingsUI(WebContents* contents)
|
| - : WebUI(contents),
|
| + : WebUI(contents, this),
|
| proxy_handler_(new ProxyHandler()) {
|
| // |localized_strings| will be owned by ProxySettingsHTMLSource.
|
| DictionaryValue* localized_strings = new DictionaryValue();
|
|
|