| Index: net/spdy/spdy_http_utils.cc
|
| diff --git a/net/spdy/spdy_http_utils.cc b/net/spdy/spdy_http_utils.cc
|
| index fc77f5d14fb0030a1c10c6f36b9a44b95e1361c0..c604880473c7c41666bf79e5b8a87e52033ceaf1 100644
|
| --- a/net/spdy/spdy_http_utils.cc
|
| +++ b/net/spdy/spdy_http_utils.cc
|
| @@ -160,10 +160,8 @@ void CreateSpdyHeadersFromHttpResponse(
|
| }
|
| }
|
|
|
| -
|
| -COMPILE_ASSERT(HIGHEST - LOWEST < 4 &&
|
| - HIGHEST - MINIMUM_PRIORITY < 5,
|
| - request_priority_incompatible_with_spdy);
|
| +static_assert(HIGHEST - LOWEST < 4 && HIGHEST - MINIMUM_PRIORITY < 5,
|
| + "request priority incompatible with spdy");
|
|
|
| SpdyPriority ConvertRequestPriorityToSpdyPriority(
|
| const RequestPriority priority,
|
|
|