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 740a370094beb2e35b8d15a38fd7e9d44ff2407f..d28db1d3920f2b793f8e14efbd1261ff0f46ee50 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 vector drawable id of the icon that should be shown in the dropdown, or NO_ICON. |
+ * Returns the drawable id of the icon that should be shown in the dropdown, or NO_ICON. |
*/ |
- int getVectorDrawableIconId(); |
+ int getIconId(); |
/** |
* Returns true if the item should be enabled in the dropdown. |
*/ |