| Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| index 373b818446767b5675a62bbda07aa5681a3ca973..dcaaeec96c855f462fb95af20c9eb28a2d019099 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| @@ -81,7 +81,7 @@ class ManagePasswordsUIController
|
| void OnLoginsChanged(
|
| const password_manager::PasswordStoreChangeList& changes) override;
|
|
|
| -#if !defined(OS_ANDROID)
|
| +#if !defined(ANDROID_JAVA_UI)
|
| // Set the state of the Omnibox icon, and possibly show the associated bubble
|
| // without user interaction.
|
| virtual void UpdateIconAndBubbleState(ManagePasswordsIconView* icon);
|
|
|