| Index: ios/chrome/browser/ui/omnibox/omnibox_popup_material_row.h
|
| diff --git a/ios/chrome/browser/ui/omnibox/omnibox_popup_material_row.h b/ios/chrome/browser/ui/omnibox/omnibox_popup_material_row.h
|
| index 4a2da9834f0509fc3d7eff3207e292c241568d8b..c8c9779e8042e8dc3a2092981d717998ebf9f549 100644
|
| --- a/ios/chrome/browser/ui/omnibox/omnibox_popup_material_row.h
|
| +++ b/ios/chrome/browser/ui/omnibox/omnibox_popup_material_row.h
|
| @@ -30,7 +30,7 @@
|
|
|
| // Update the match type icon with the supplied image ID and adjust its position
|
| // based on the current size of the row.
|
| -- (void)updateLeftImage:(int)imageID;
|
| +- (void)updateLeadingImage:(int)imageID;
|
|
|
| @end
|
|
|
|
|