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

Unified Diff: net/http2/tools/http2_random.cc

Issue 2606733004: Add HpackDecoderTables, static and dynamic tables for decoding HPACK. (Closed)
Patch Set: Move random_util.* to test build target. Created 4 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: net/http2/tools/http2_random.cc
diff --git a/net/http2/tools/http2_random.cc b/net/http2/tools/http2_random.cc
index 8732d6a857d38fe51f40979d9e4504738358dae7..12dd74361e34d5f3751e3a7577e6af87ea0fa87d 100644
--- a/net/http2/tools/http2_random.cc
+++ b/net/http2/tools/http2_random.cc
@@ -4,7 +4,6 @@
#include "net/http2/tools/http2_random.h"
-#include <limits>
#include <memory>
#include "base/rand_util.h"

Powered by Google App Engine
This is Rietveld 408576698