| Index: chrome/browser/ui/webui/mediaplayer_ui.cc
|
| diff --git a/chrome/browser/ui/webui/mediaplayer_ui.cc b/chrome/browser/ui/webui/mediaplayer_ui.cc
|
| index 174078a84f05b6c61dce38251411aaa3e84b6db1..f93e20042da8a9b73c46b3797df01218651a102b 100644
|
| --- a/chrome/browser/ui/webui/mediaplayer_ui.cc
|
| +++ b/chrome/browser/ui/webui/mediaplayer_ui.cc
|
| @@ -211,7 +211,7 @@ WebUIMessageHandler* MediaplayerHandler::Attach(WebUI* web_ui) {
|
| // Create our favicon data source.
|
| Profile* profile = web_ui->GetProfile();
|
| profile->GetChromeURLDataManager()->AddDataSource(
|
| - new FaviconSource(profile));
|
| + new FaviconSource(profile, chrome::kChromeUIFaviconHost));
|
|
|
| return WebUIMessageHandler::Attach(web_ui);
|
| }
|
|
|