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

Unified Diff: ios/web/net/cookie_notification_bridge.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/web/net/clients/crw_js_injection_network_client.mm ('k') | ios/web/net/request_group_util_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/cookie_notification_bridge.h
diff --git a/ios/web/net/cookie_notification_bridge.h b/ios/web/net/cookie_notification_bridge.h
index c255faa0881bf7df5a69a2aef40f303f3e19b44c..66fbef85f88e4722aa4caf06858761fa1a11dc7e 100644
--- a/ios/web/net/cookie_notification_bridge.h
+++ b/ios/web/net/cookie_notification_bridge.h
@@ -6,6 +6,7 @@
#define IOS_WEB_NET_COOKIE_NOTIFICATION_BRIDGE_H_
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "base/threading/thread_checker.h"
@class NSNotification;
« no previous file with comments | « ios/web/net/clients/crw_js_injection_network_client.mm ('k') | ios/web/net/request_group_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698