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

Unified Diff: chrome/browser/android/cookies/cookies_fetcher.cc

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (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/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,
« no previous file with comments | « chrome/browser/android/cookies/cookies_fetcher.h ('k') | chrome/browser/android/data_usage/data_use_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698