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

Unified Diff: net/websockets/websocket_test_util.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/websockets/websocket_deflate_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_test_util.h
diff --git a/net/websockets/websocket_test_util.h b/net/websockets/websocket_test_util.h
index 1a080867e4ac01def9503483e00eafaff1c53e56..60831462771eae60f267cf0b37f18645dc0c54c5 100644
--- a/net/websockets/websocket_test_util.h
+++ b/net/websockets/websocket_test_util.h
@@ -14,12 +14,6 @@
#include "net/url_request/url_request_test_util.h"
#include "net/websockets/websocket_stream.h"
-class GURL;
-
-namespace base {
-class Timer;
-} // namespace base
-
namespace url {
class Origin;
} // namespace url
@@ -27,11 +21,9 @@ class Origin;
namespace net {
class MockClientSocketFactory;
-class NetLogWithSource;
class ProxyService;
class SequencedSocketData;
struct SSLSocketDataProvider;
-class URLRequestContext;
class LinearCongruentialGenerator {
public:
« no previous file with comments | « net/websockets/websocket_deflate_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698