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

Unified Diff: net/base/port_util.cc

Issue 1615713003: Allow std::unordered_*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leak_detector fixes and git cl format Created 4 years, 11 months 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 | « net/base/network_change_notifier_linux.h ('k') | net/disk_cache/simple/simple_index_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/port_util.cc
diff --git a/net/base/port_util.cc b/net/base/port_util.cc
index 1867dc3649612393b59515c78564ac0c4afd30e8..7328b5e842f5a13c53dfe40061612699c064e3ae 100644
--- a/net/base/port_util.cc
+++ b/net/base/port_util.cc
@@ -4,6 +4,7 @@
#include "net/base/port_util.h"
+#include <limits>
#include <set>
#include "base/lazy_instance.h"
« no previous file with comments | « net/base/network_change_notifier_linux.h ('k') | net/disk_cache/simple/simple_index_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698