| Index: chrome/browser/autofill/risk_util.h
|
| diff --git a/chrome/browser/autofill/risk_util.h b/chrome/browser/autofill/risk_util.h
|
| index 07017e067b2e13f2b0c389af29b52583fefcf6d5..b14a743362c74c44e65813ca1ef8004aba0f9cbf 100644
|
| --- a/chrome/browser/autofill/risk_util.h
|
| +++ b/chrome/browser/autofill/risk_util.h
|
| @@ -17,7 +17,7 @@ class WebContents;
|
|
|
| namespace autofill {
|
|
|
| -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);
|
|
|
|
|