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

Unified Diff: net/quic/congestion_control/general_loss_algorithm.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef 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: net/quic/congestion_control/general_loss_algorithm.h
diff --git a/net/quic/congestion_control/general_loss_algorithm.h b/net/quic/congestion_control/general_loss_algorithm.h
index eda03e4eb20385027e881bd7901d1629c8bbee35..54c170fcbcad13585163cfbfa20ed7d37f6f0498 100644
--- a/net/quic/congestion_control/general_loss_algorithm.h
+++ b/net/quic/congestion_control/general_loss_algorithm.h
@@ -8,7 +8,7 @@
#include <algorithm>
#include <map>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "net/quic/congestion_control/loss_detection_interface.h"
#include "net/quic/quic_protocol.h"
#include "net/quic/quic_time.h"
« no previous file with comments | « net/quic/congestion_control/cubic_test.cc ('k') | net/quic/congestion_control/general_loss_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698