| Index: chrome/browser/extensions/extension_web_ui.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_web_ui.cc (revision 117388)
|
| +++ chrome/browser/extensions/extension_web_ui.cc (working copy)
|
| @@ -128,7 +128,7 @@
|
| "extensions.chrome_url_overrides";
|
|
|
| ExtensionWebUI::ExtensionWebUI(WebContents* web_contents, const GURL& url)
|
| - : WebUI(web_contents),
|
| + : WebUI(web_contents, this),
|
| url_(url) {
|
| Profile* profile =
|
| Profile::FromBrowserContext(web_contents->GetBrowserContext());
|
|
|