| Index: chrome/browser/ui/webui/favicon_source.cc
|
| diff --git a/chrome/browser/ui/webui/favicon_source.cc b/chrome/browser/ui/webui/favicon_source.cc
|
| index 6864120dc2d752090112ff40596afef59b536a09..232b6eb56913085850226e95e1984ee3e0770c5f 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.cc
|
| +++ b/chrome/browser/ui/webui/favicon_source.cc
|
| @@ -253,10 +253,8 @@ void FaviconSource::OnFaviconDataAvailable(
|
|
|
| void FaviconSource::SendDefaultResponse(
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| - SendDefaultResponse(IconRequest(callback,
|
| - "",
|
| - 16,
|
| - ui::SCALE_FACTOR_100P));
|
| + SendDefaultResponse(
|
| + IconRequest(callback, std::string(), 16, ui::SCALE_FACTOR_100P));
|
| }
|
|
|
| void FaviconSource::SendDefaultResponse(const IconRequest& icon_request) {
|
|
|