| Index: chrome/browser/ui/webui/quota_internals_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/quota_internals_ui.cc (revision 176942)
|
| +++ chrome/browser/ui/webui/quota_internals_ui.cc (working copy)
|
| @@ -40,6 +40,6 @@
|
| : WebUIController(web_ui) {
|
| web_ui->AddMessageHandler(new quota_internals::QuotaInternalsHandler);
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| - ChromeURLDataManager::AddDataSource(profile,
|
| - CreateQuotaInternalsHTMLSource());
|
| + ChromeURLDataManager::AddDataSourceImpl(profile,
|
| + CreateQuotaInternalsHTMLSource());
|
| }
|
|
|