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

Unified Diff: components/grpc_support/bidirectional_stream.h

Issue 2690533002: Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: rebase Created 3 years, 10 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
Index: components/grpc_support/bidirectional_stream.h
diff --git a/components/grpc_support/bidirectional_stream.h b/components/grpc_support/bidirectional_stream.h
index d57cd87f4b87aba25dc5a121f27deae6d0f126ab..f2a444d46b3e870d5064c414c5de714a899a4cb9 100644
--- a/components/grpc_support/bidirectional_stream.h
+++ b/components/grpc_support/bidirectional_stream.h
@@ -15,6 +15,10 @@
#include "net/http/bidirectional_stream.h"
#include "net/url_request/url_request_context_getter.h"
+namespace tracked_objects {
+class Location;
+} // namespace tracked_objects
+
namespace net {
class HttpRequestHeaders;
class WrappedIOBuffer;

Powered by Google App Engine
This is Rietveld 408576698