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

Unified Diff: ios/net/cookies/cookie_store_ios.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/net/cookies/cookie_store_ios.h ('k') | ios/net/cookies/system_cookie_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/cookies/cookie_store_ios.mm
diff --git a/ios/net/cookies/cookie_store_ios.mm b/ios/net/cookies/cookie_store_ios.mm
index b353fea4b2e247e504302ac052c17a05faa5111f..2b00ae245f8f533ed68bbdf87e21111cc4007c11 100644
--- a/ios/net/cookies/cookie_store_ios.mm
+++ b/ios/net/cookies/cookie_store_ios.mm
@@ -5,6 +5,7 @@
#include "ios/net/cookies/cookie_store_ios.h"
#import <Foundation/Foundation.h>
+#include <stddef.h>
#include "base/bind.h"
#include "base/files/file_path.h"
@@ -14,6 +15,7 @@
#include "base/logging.h"
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/metrics/histogram.h"
#include "base/observer_list.h"
« no previous file with comments | « ios/net/cookies/cookie_store_ios.h ('k') | ios/net/cookies/system_cookie_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698