| Index: net/http2/tools/random_decoder_test.cc
|
| diff --git a/net/http2/tools/random_decoder_test.cc b/net/http2/tools/random_decoder_test.cc
|
| index 9a646e3255bb828a8cf9af44a6a2b15d834ea2fb..224a825b6125fa81a2b2bf3d1260f033053cbd88 100644
|
| --- a/net/http2/tools/random_decoder_test.cc
|
| +++ b/net/http2/tools/random_decoder_test.cc
|
| @@ -127,8 +127,7 @@ AssertionResult RandomDecoderTest::DecodeAndValidateSeveralWays(
|
| DecodeBuffer input(original->cursor(), original_remaining);
|
| VLOG(2) << "DecodeSegmentsAndValidate with SelectRandom";
|
| VERIFY_SUCCESS(DecodeSegmentsAndValidate(
|
| - &input, RandomDecoderTest::SelectRandom(return_non_zero_on_first),
|
| - validator))
|
| + &input, SelectRandom(return_non_zero_on_first), validator))
|
| << "\nFailed with SelectRandom; input.Offset=" << input.Offset()
|
| << "; input.Remaining=" << input.Remaining();
|
| VERIFY_EQ(first_consumed, input.Offset()) << "\nFailed with SelectRandom";
|
|
|