| Index: ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
|
| diff --git a/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm b/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
|
| index 74fb81bf973cd03547cebe621ec735c0338a53b5..c0c2573430fed011502a61e3c1d3ec64f9c7c393 100644
|
| --- a/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
|
| +++ b/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
|
| @@ -29,7 +29,7 @@ const CGFloat kDesiredHeight = 48;
|
| if (self) {
|
| UIImageView* icon = [[UIImageView alloc] initWithImage:nil];
|
| [icon setTranslatesAutoresizingMaskIntoConstraints:NO];
|
| - [icon setImage:[UIImage imageNamed:@"ntp_opentabs"]];
|
| + [icon setImage:[UIImage imageNamed:@"ntp_opentabs_clock"]];
|
|
|
| UILabel* label = [[UILabel alloc] initWithFrame:CGRectZero];
|
| [label setTranslatesAutoresizingMaskIntoConstraints:NO];
|
|
|