Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1159)

Unified Diff: chrome/browser/autofill/risk_util.cc

Issue 1549003002: Switch to standard integer types in base/memory/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/autofill/risk_util.h ('k') | chrome/browser/sync_file_system/drive_backend/leveldb_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698