| Index: storage/browser/fileapi/sandbox_file_stream_writer.cc
|
| diff --git a/storage/browser/fileapi/sandbox_file_stream_writer.cc b/storage/browser/fileapi/sandbox_file_stream_writer.cc
|
| index 4655e75c90b27f62830ac974373751969c5f6784..74748949ad2e537d75ba8b601137aac249d7b9ca 100644
|
| --- a/storage/browser/fileapi/sandbox_file_stream_writer.cc
|
| +++ b/storage/browser/fileapi/sandbox_file_stream_writer.cc
|
| @@ -212,7 +212,7 @@ void SandboxFileStreamWriter::DidWrite(
|
| if (overlapped < 0)
|
| overlapped = 0;
|
| observers_.Notify(&FileUpdateObserver::OnUpdate,
|
| - MakeTuple(url_, write_response - overlapped));
|
| + base::MakeTuple(url_, write_response - overlapped));
|
| }
|
| total_bytes_written_ += write_response;
|
|
|
|
|