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

Unified Diff: net/quic/test_tools/simulator/actor.h

Issue 2531373002: net: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase on top of master branch Created 4 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/test_tools/simple_quic_framer.h ('k') | net/server/http_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/simulator/actor.h
diff --git a/net/quic/test_tools/simulator/actor.h b/net/quic/test_tools/simulator/actor.h
index f74b712bb239eb96976ef0e1a9ee8f016ed75146..e3e61e97021dd576e9b1ccbf972e5f810730d694 100644
--- a/net/quic/test_tools/simulator/actor.h
+++ b/net/quic/test_tools/simulator/actor.h
@@ -14,7 +14,6 @@ namespace net {
namespace simulator {
class Simulator;
-struct ScheduledActor;
// Actor is the base class for all participants of the simulation which can
// schedule events to be triggered at the specified time. Every actor has a
« no previous file with comments | « net/quic/test_tools/simple_quic_framer.h ('k') | net/server/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698