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

Unified Diff: ios/web/web_state/crw_pass_kit_downloader.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/test/web_test_suite.h ('k') | ios/web/web_state/global_web_state_event_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/crw_pass_kit_downloader.mm
diff --git a/ios/web/web_state/crw_pass_kit_downloader.mm b/ios/web/web_state/crw_pass_kit_downloader.mm
index d988397c83d86ad1efd1ccca01162531c82eb5c1..1b61538bb027758caf339363893441af0ebdba96 100644
--- a/ios/web/web_state/crw_pass_kit_downloader.mm
+++ b/ios/web/web_state/crw_pass_kit_downloader.mm
@@ -6,6 +6,7 @@
#import "base/ios/weak_nsobject.h"
#include "base/mac/scoped_block.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/metrics/histogram.h"
#include "base/strings/sys_string_conversions.h"
« no previous file with comments | « ios/web/test/web_test_suite.h ('k') | ios/web/web_state/global_web_state_event_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698