| Index: chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/most_visited_handler.cc b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| index 39a1f2fb5c85c239559cf13fcd4d04a4700fe738..7eae287d12837938dccccf381838a455de5c96cc 100644
|
| --- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| @@ -81,7 +81,7 @@ void MostVisitedHandler::RegisterMessages() {
|
| content::URLDataSource::Add(profile, new ThumbnailListSource(profile));
|
|
|
| // Register chrome://fallback-icon as a data source for fallback icons.
|
| - content::URLDataSource::Add(profile, new FallbackIconSource());
|
| + content::URLDataSource::Add(profile, new FallbackIconSource(profile));
|
|
|
| // Register chrome://favicon as a data source for favicons.
|
| content::URLDataSource::Add(
|
|
|