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

Unified Diff: ios/crnet/test/crnet_http_tests.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/crnet_environment.mm ('k') | ios/net/cookies/cookie_creation_time_manager.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/test/crnet_http_tests.mm
diff --git a/ios/crnet/test/crnet_http_tests.mm b/ios/crnet/test/crnet_http_tests.mm
index d0c60510b9470f51e173436ee4f446627523132c..ab24b3a20349d17fd09c6d4d9552309b49c89be1 100644
--- a/ios/crnet/test/crnet_http_tests.mm
+++ b/ios/crnet/test/crnet_http_tests.mm
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#import <Foundation/Foundation.h>
+#include <stdint.h>
#import "CrNet.h"
« no previous file with comments | « ios/crnet/crnet_environment.mm ('k') | ios/net/cookies/cookie_creation_time_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698