| Index: net/spdy/spdy_io_buffer.h
|
| diff --git a/net/spdy/spdy_io_buffer.h b/net/spdy/spdy_io_buffer.h
|
| index 0aaced31eb8e87ee6a5b1a2883833d80c07a8772..ee3b1550a04a7ed374852a7b1439b5261432dad3 100644
|
| --- a/net/spdy/spdy_io_buffer.h
|
| +++ b/net/spdy/spdy_io_buffer.h
|
| @@ -9,10 +9,12 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/spdy/spdy_stream.h"
|
| +#include "net/base/request_priority.h"
|
|
|
| namespace net {
|
|
|
| +class SpdyStream;
|
| +
|
| // A class for managing SPDY IO buffers. These buffers need to be prioritized
|
| // so that the SpdySession sends them in the right order. Further, they need
|
| // to track the SpdyStream which they are associated with so that incremental
|
|
|