Index: chrome/browser/autofill/risk_util.cc |
diff --git a/chrome/browser/autofill/risk_util.cc b/chrome/browser/autofill/risk_util.cc |
index 026fdc138951ecf7dbb2a416c37880101ca5dca6..0217fd96d2fcbb6d2c21fb5e9220e6bada9055b3 100644 |
--- a/chrome/browser/autofill/risk_util.cc |
+++ b/chrome/browser/autofill/risk_util.cc |
@@ -60,7 +60,7 @@ ui::BaseWindow* GetBaseWindowForWebContents( |
} // namespace |
-void LoadRiskData(uint64 obfuscated_gaia_id, |
+void LoadRiskData(uint64_t obfuscated_gaia_id, |
content::WebContents* web_contents, |
const base::Callback<void(const std::string&)>& callback) { |
// No easy way to get window bounds on Android, and that signal isn't very |