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

Unified Diff: net/quic/quic_data_reader.h

Issue 11299023: Add real support for uint128. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more try Created 8 years, 1 month 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/quic/crypto/null_encrypter_test.cc ('k') | net/quic/quic_data_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_data_reader.h
diff --git a/net/quic/quic_data_reader.h b/net/quic/quic_data_reader.h
index c03c0a96660fcc705b3c83261089757f45b1a33f..46f37bf312aeab1da2c80f4b8998cea158f3d4b8 100644
--- a/net/quic/quic_data_reader.h
+++ b/net/quic/quic_data_reader.h
@@ -7,8 +7,8 @@
#include "base/basictypes.h"
#include "base/string_piece.h"
+#include "net/base/int128.h"
#include "net/base/net_export.h"
-#include "net/quic/uint128.h"
namespace net {
« no previous file with comments | « net/quic/crypto/null_encrypter_test.cc ('k') | net/quic/quic_data_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698