Index: chrome/browser/password_manager/password_manager_util.h |
diff --git a/chrome/browser/password_manager/password_manager_util.h b/chrome/browser/password_manager/password_manager_util.h |
index 4c6441d6c438748526a7111830fb3c1195e206c1..7bdeb3439ce60843b72b68b6cf94683f1ded33a6 100644 |
--- a/chrome/browser/password_manager/password_manager_util.h |
+++ b/chrome/browser/password_manager/password_manager_util.h |
@@ -5,13 +5,16 @@ |
#ifndef CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_H_ |
#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_H_ |
+#include "base/basictypes.h" |
+#include "ui/gfx/native_widget_types.h" |
+ |
namespace password_manager_util { |
// Attempts to (re-)authenticate the user of the OS account. Returns true if |
// the user was successfully authenticated, or if authentication was not |
// possible. On platforms where reauthentication is not possible or does not |
// make sense, the default implementation always returns true. |
-bool AuthenticateUser(); |
+bool AuthenticateUser(gfx::NativeWindow window); |
} // namespace password_manager_util |