| Index: net/base/file_stream_context_posix.cc
|
| diff --git a/net/base/file_stream_context_posix.cc b/net/base/file_stream_context_posix.cc
|
| index 44f59b1ef3b82c9b3032edcbef331901dbc4e518..4af6843f2460d7dd888f2d5be1321c9a630ebbb4 100644
|
| --- a/net/base/file_stream_context_posix.cc
|
| +++ b/net/base/file_stream_context_posix.cc
|
| @@ -23,9 +23,7 @@
|
| namespace net {
|
|
|
| FileStream::Context::Context(const scoped_refptr<base::TaskRunner>& task_runner)
|
| - : async_in_progress_(false),
|
| - orphaned_(false),
|
| - task_runner_(task_runner) {
|
| + : async_in_progress_(false), orphaned_(false), task_runner_(task_runner) {
|
| }
|
|
|
| FileStream::Context::Context(base::File file,
|
|
|