| Index: chrome/browser/ui/webui/quota_internals_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/quota_internals_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/quota_internals_ui.cc (working copy)
|
| @@ -37,7 +37,7 @@
|
| } // namespace
|
|
|
| QuotaInternalsUI::QuotaInternalsUI(WebContents* contents)
|
| - : WebUI(contents) {
|
| + : WebUI(contents, this) {
|
| AddMessageHandler(new quota_internals::QuotaInternalsHandler);
|
| Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
|
| profile->GetChromeURLDataManager()->AddDataSource(
|
|
|