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

Unified Diff: net/tools/flip_server/output_ordering.cc

Issue 10854063: Clean-up inline members of nested classes (net/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a NET_EXPOR_PRIVATE Created 8 years, 4 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/tools/flip_server/output_ordering.h ('k') | net/udp/udp_socket_libevent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/output_ordering.cc
diff --git a/net/tools/flip_server/output_ordering.cc b/net/tools/flip_server/output_ordering.cc
index f5fb4cf2b9e6f870248e8c2629342328c19f96a1..dd1196208c83aa14f090c56c6163c1420ef59f54 100644
--- a/net/tools/flip_server/output_ordering.cc
+++ b/net/tools/flip_server/output_ordering.cc
@@ -10,6 +10,11 @@
namespace net {
+OutputOrdering::PriorityMapPointer::PriorityMapPointer()
+ : ring(NULL),
+ alarm_enabled(false) {
+}
+
// static
double OutputOrdering::server_think_time_in_s_ = 0.0;
@@ -176,4 +181,3 @@ void OutputOrdering::RemoveStreamId(uint32 stream_id) {
}
} // namespace net
-
« no previous file with comments | « net/tools/flip_server/output_ordering.h ('k') | net/udp/udp_socket_libevent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698