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

Unified Diff: ios/net/crn_http_protocol_handler.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
Index: ios/net/crn_http_protocol_handler.mm
diff --git a/ios/net/crn_http_protocol_handler.mm b/ios/net/crn_http_protocol_handler.mm
index 05609b0740a9b48457023735937cad38c1ed231d..0f1a59694bbb623282a1dd95caa10170981185b9 100644
--- a/ios/net/crn_http_protocol_handler.mm
+++ b/ios/net/crn_http_protocol_handler.mm
@@ -4,12 +4,15 @@
#import "ios/net/crn_http_protocol_handler.h"
+#include <stdint.h>
+
#include <vector>
#include "base/command_line.h"
#include "base/logging.h"
#include "base/mac/bind_objc_block.h"
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/single_thread_task_runner.h"
« no previous file with comments | « ios/net/cookies/system_cookie_util.mm ('k') | ios/net/crn_http_protocol_handler_proxy_with_client_thread.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698