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

Unified Diff: net/quic/test_tools/simulator/simulator.cc

Issue 2631613002: Revert of Add quic_logging (Closed)
Patch Set: Created 3 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/quic/test_tools/simulator/queue.cc ('k') | net/quic/test_tools/simulator/simulator_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/simulator/simulator.cc
diff --git a/net/quic/test_tools/simulator/simulator.cc b/net/quic/test_tools/simulator/simulator.cc
index 1f82517fc21fa000e0cf5e497e7eb460ba412432..951ebbaea3335a290fe0d748ec1603c1fff937df 100644
--- a/net/quic/test_tools/simulator/simulator.cc
+++ b/net/quic/test_tools/simulator/simulator.cc
@@ -4,7 +4,6 @@
#include "base/memory/ptr_util.h"
#include "net/quic/core/crypto/quic_random.h"
-#include "net/quic/platform/api/quic_logging.h"
#include "net/quic/test_tools/simulator/simulator.h"
namespace net {
@@ -128,8 +127,8 @@
const auto current_event_it = schedule_.begin();
QuicTime event_time = current_event_it->first;
Actor* actor = current_event_it->second;
- QUIC_DVLOG(3) << "At t = " << event_time.ToDebuggingValue() << ", calling "
- << actor->name();
+ DVLOG(3) << "At t = " << event_time.ToDebuggingValue() << ", calling "
+ << actor->name();
Unschedule(actor);
« no previous file with comments | « net/quic/test_tools/simulator/queue.cc ('k') | net/quic/test_tools/simulator/simulator_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698