| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 4e3c61a143e2bc793c27f0bf7ba8fd55e81d9ddc..ff674c87833c46c694f3614265e3ea5314a8f284 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -51,10 +51,7 @@ enum SpdyStreamType {
|
|
|
| // Passed to some SpdyStream functions to indicate whether there's
|
| // more data to send.
|
| -enum SpdySendStatus {
|
| - MORE_DATA_TO_SEND,
|
| - NO_MORE_DATA_TO_SEND
|
| -};
|
| +enum SpdySendStatus { MORE_DATA_TO_SEND, NO_MORE_DATA_TO_SEND };
|
|
|
| // Returned by SpdyStream::OnResponseHeadersUpdated() to indicate
|
| // whether the current response headers are complete or not.
|
|
|