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

Unified Diff: ios/net/request_tracker.h

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/crn_http_protocol_handler_proxy_with_client_thread.mm ('k') | ios/net/url_scheme_util_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/request_tracker.h
diff --git a/ios/net/request_tracker.h b/ios/net/request_tracker.h
index f21cb887c7c12686258cbbefb145a5311104d6d7..1260b15669e611fcf0850c984077a8a18cf86894 100644
--- a/ios/net/request_tracker.h
+++ b/ios/net/request_tracker.h
@@ -6,6 +6,7 @@
#define IOS_NET_REQUEST_TRACKER_H_
#import <Foundation/Foundation.h>
+#include <stdint.h>
#include "base/callback_forward.h"
#include "base/mac/scoped_nsobject.h"
« no previous file with comments | « ios/net/crn_http_protocol_handler_proxy_with_client_thread.mm ('k') | ios/net/url_scheme_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698