| Index: net/base/file_stream.cc
|
| diff --git a/net/base/file_stream.cc b/net/base/file_stream.cc
|
| index cadbaed663edd83fc758056ebf9d809b8661df84..9ea430982c274e34d7cff7d70d0116e03e0c518f 100644
|
| --- a/net/base/file_stream.cc
|
| +++ b/net/base/file_stream.cc
|
| @@ -22,7 +22,8 @@ FileStream::~FileStream() {
|
| context_.release()->Orphan();
|
| }
|
|
|
| -int FileStream::Open(const base::FilePath& path, int open_flags,
|
| +int FileStream::Open(const base::FilePath& path,
|
| + int open_flags,
|
| const CompletionCallback& callback) {
|
| if (IsOpen()) {
|
| DLOG(FATAL) << "File is already open!";
|
|
|