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

Unified Diff: ios/net/cookies/cookie_creation_time_manager.mm

Issue 1544743002: Switch to standard integer types in ios/. (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
« no previous file with comments | « ios/crnet/test/crnet_http_tests.mm ('k') | ios/net/cookies/cookie_creation_time_manager_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/cookies/cookie_creation_time_manager.mm
diff --git a/ios/net/cookies/cookie_creation_time_manager.mm b/ios/net/cookies/cookie_creation_time_manager.mm
index 665b6a39f59f8059ed2268d8ed065fa9b11f5554..48a90eaf650714c9ff8f90cf4e7ab9d54bcfb3d9 100644
--- a/ios/net/cookies/cookie_creation_time_manager.mm
+++ b/ios/net/cookies/cookie_creation_time_manager.mm
@@ -5,6 +5,7 @@
#include "ios/net/cookies/cookie_creation_time_manager.h"
#include <Foundation/Foundation.h>
+#include <stddef.h>
#include "base/logging.h"
#include "base/strings/sys_string_conversions.h"
« no previous file with comments | « ios/crnet/test/crnet_http_tests.mm ('k') | ios/net/cookies/cookie_creation_time_manager_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698