| 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 081451d0e0c699b5f2eb6c23127c796313837626..9e49642d3a222872aa74ff639996424e30970a93 100644
|
| --- a/net/spdy/fuzzing/hpack_example_generator.cc
|
| +++ b/net/spdy/fuzzing/hpack_example_generator.cc
|
| @@ -48,7 +48,7 @@ int main(int argc, char** argv) {
|
| &example_count);
|
|
|
| DVLOG(1) << "Writing output to " << file_to_write;
|
| - base::File file_out(base::FilePath(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();
|
|
|
|
|