| Index: net/spdy/fuzzing/hpack_example_generator.cc
|
| diff --git a/net/spdy/fuzzing/hpack_example_generator.cc b/net/spdy/fuzzing/hpack_example_generator.cc
|
| index e73681bf40010b9973d1bb76f8d9379c53550ec1..4780db1f11d9f53911ec965923537837498bd27d 100644
|
| --- a/net/spdy/fuzzing/hpack_example_generator.cc
|
| +++ b/net/spdy/fuzzing/hpack_example_generator.cc
|
| @@ -52,7 +52,7 @@ int main(int argc, char** argv) {
|
| DVLOG(1) << "Writing output to " << file_to_write;
|
| base::File file_out(base::FilePath::FromUTF8Unsafe(file_to_write),
|
| base::File::FLAG_CREATE_ALWAYS | base::File::FLAG_WRITE);
|
| - CHECK(file_out.IsValid()) << file_out.error_details();
|
| + CHECK(file_out.IsValid());
|
|
|
| HpackFuzzUtil::GeneratorContext context;
|
| HpackFuzzUtil::InitializeGeneratorContext(&context);
|
|
|