| Index: chrome/browser/android/cookies/cookies_fetcher.cc
|
| diff --git a/chrome/browser/android/cookies/cookies_fetcher.cc b/chrome/browser/android/cookies/cookies_fetcher.cc
|
| index 80eeb21173a5f3ba79ead4eabcf3e72c3fd0390f..c98ad30781764650d73ca6800dc91bbecd6bacda 100644
|
| --- a/chrome/browser/android/cookies/cookies_fetcher.cc
|
| +++ b/chrome/browser/android/cookies/cookies_fetcher.cc
|
| @@ -105,9 +105,9 @@ void CookiesFetcher::RestoreCookies(JNIEnv* env,
|
| const JavaParamRef<jstring>& value,
|
| const JavaParamRef<jstring>& domain,
|
| const JavaParamRef<jstring>& path,
|
| - int64 creation,
|
| - int64 expiration,
|
| - int64 last_access,
|
| + int64_t creation,
|
| + int64_t expiration,
|
| + int64_t last_access,
|
| bool secure,
|
| bool httponly,
|
| bool firstpartyonly,
|
|
|