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

Unified Diff: ios/web/net/clients/crw_csp_network_client.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/web/net/cert_store_impl.h ('k') | ios/web/net/clients/crw_js_injection_network_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/clients/crw_csp_network_client.mm
diff --git a/ios/web/net/clients/crw_csp_network_client.mm b/ios/web/net/clients/crw_csp_network_client.mm
index 8d8d5db59c4b322ee15af4c61e7dd6c550557a4e..2f2a72c528371a40af48b3c6c7ddc2aee0f91625 100644
--- a/ios/web/net/clients/crw_csp_network_client.mm
+++ b/ios/web/net/clients/crw_csp_network_client.mm
@@ -5,9 +5,11 @@
#import "ios/web/net/clients/crw_csp_network_client.h"
#import <Foundation/Foundation.h>
+#include <stddef.h>
#include "base/logging.h"
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#import "ios/web/net/crw_url_verifying_protocol_handler.h"
namespace {
« no previous file with comments | « ios/web/net/cert_store_impl.h ('k') | ios/web/net/clients/crw_js_injection_network_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698