| Index: ui/android/java/src/org/chromium/ui/DropdownItem.java | 
| diff --git a/ui/android/java/src/org/chromium/ui/DropdownItem.java b/ui/android/java/src/org/chromium/ui/DropdownItem.java | 
| index d28db1d3920f2b793f8e14efbd1261ff0f46ee50..740a370094beb2e35b8d15a38fd7e9d44ff2407f 100644 | 
| --- a/ui/android/java/src/org/chromium/ui/DropdownItem.java | 
| +++ b/ui/android/java/src/org/chromium/ui/DropdownItem.java | 
| @@ -20,9 +20,9 @@ public interface DropdownItem { | 
| */ | 
| String getSublabel(); | 
| /** | 
| -     * Returns the drawable id of the icon that should be shown in the dropdown, or NO_ICON. | 
| +     * Returns the vector drawable id of the icon that should be shown in the dropdown, or NO_ICON. | 
| */ | 
| -    int getIconId(); | 
| +    int getVectorDrawableIconId(); | 
| /** | 
| * Returns true if the item should be enabled in the dropdown. | 
| */ | 
|  |