Index: chrome/browser/ui/webui/options/password_manager_handler.h |
diff --git a/chrome/browser/ui/webui/options/password_manager_handler.h b/chrome/browser/ui/webui/options/password_manager_handler.h |
index 49b8abed5afdfba6a8d8ce5046de06a4b7353d15..c25b05c462d1dd5aea266271d536ac3b23402b26 100644 |
--- a/chrome/browser/ui/webui/options/password_manager_handler.h |
+++ b/chrome/browser/ui/webui/options/password_manager_handler.h |
@@ -37,7 +37,9 @@ class PasswordManagerHandler : public OptionsPageUIHandler, |
virtual void SetPasswordExceptionList( |
const ScopedVector<autofill::PasswordForm>& password_exception_list) |
OVERRIDE; |
- |
+#if !defined(OS_ANDROID) |
+ virtual gfx::NativeWindow GetNativeWindow() OVERRIDE; |
+#endif |
private: |
// Clears and then populates the list of passwords and password exceptions. |
// Called when the JS PasswordManager object is initialized. |