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

Unified Diff: ios/chrome/browser/net/connection_type_observer_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
Index: ios/chrome/browser/net/connection_type_observer_bridge.h
diff --git a/ios/chrome/browser/net/connection_type_observer_bridge.h b/ios/chrome/browser/net/connection_type_observer_bridge.h
index 30035a16d328061ec8db1dc620407a20108eb73a..120cb0e97aeb031d2da42db308397a4d3d15d8a9 100644
--- a/ios/chrome/browser/net/connection_type_observer_bridge.h
+++ b/ios/chrome/browser/net/connection_type_observer_bridge.h
@@ -5,6 +5,7 @@
#ifndef IOS_CHROME_BROWSER_NET_CONNECTION_TYPE_OBSERVER_BRIDGE_H_
#define IOS_CHROME_BROWSER_NET_CONNECTION_TYPE_OBSERVER_BRIDGE_H_
+#include "base/macros.h"
#include "net/base/network_change_notifier.h"
// Protocol mirroring net::NetworkChangeNotifier::ConnectionTypeObserver.
« no previous file with comments | « ios/chrome/browser/metrics/ios_chrome_stability_metrics_provider_unittest.cc ('k') | ios/chrome/browser/net/cookie_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698