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

Unified Diff: ios/chrome/browser/safe_browsing/protocol_manager_helper.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
Index: ios/chrome/browser/safe_browsing/protocol_manager_helper.h
diff --git a/ios/chrome/browser/safe_browsing/protocol_manager_helper.h b/ios/chrome/browser/safe_browsing/protocol_manager_helper.h
index cafda86318c2b65963ab04005fd3c08400423bcd..cc4846a3394469f3d2d394335c6b0f9b5eaa3fa3 100644
--- a/ios/chrome/browser/safe_browsing/protocol_manager_helper.h
+++ b/ios/chrome/browser/safe_browsing/protocol_manager_helper.h
@@ -10,6 +10,7 @@
#include <string>
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698