| Index: chrome/browser/ui/webui/about_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/about_ui.cc (revision 117388)
|
| +++ chrome/browser/ui/webui/about_ui.cc (working copy)
|
| @@ -1379,7 +1379,7 @@
|
| }
|
|
|
| AboutUI::AboutUI(WebContents* contents, const std::string& name)
|
| - : WebUI(contents) {
|
| + : WebUI(contents, this) {
|
| Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
|
| ChromeURLDataManager::DataSource* source =
|
| new AboutUIHTMLSource(name, profile);
|
|
|