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

Unified Diff: ios/chrome/browser/passwords/password_controller.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/chrome/browser/passwords/password_controller.mm
diff --git a/ios/chrome/browser/passwords/password_controller.mm b/ios/chrome/browser/passwords/password_controller.mm
index 2326a8606f0a26b07d051069db3c979b0a1354e1..9b7c5854ba477788ef4a313d3771e48524f94038 100644
--- a/ios/chrome/browser/passwords/password_controller.mm
+++ b/ios/chrome/browser/passwords/password_controller.mm
@@ -4,6 +4,8 @@
#import "ios/chrome/browser/passwords/password_controller.h"
+#include <stddef.h>
+
#include <algorithm>
#include <utility>
#include <vector>
« no previous file with comments | « ios/chrome/browser/net/proxy_service_factory.h ('k') | ios/chrome/browser/passwords/password_generation_agent.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698