| Index: net/http/http_stream_parser_unittest.cc
|
| diff --git a/net/http/http_stream_parser_unittest.cc b/net/http/http_stream_parser_unittest.cc
|
| index f7e69a9c106f3d8e625c281a3377d7f7b310efce..191a8a8c9049b19e18ffa840668278acf7d02f86 100644
|
| --- a/net/http/http_stream_parser_unittest.cc
|
| +++ b/net/http/http_stream_parser_unittest.cc
|
| @@ -126,7 +126,7 @@ TEST(HttpStreamParser, ShouldMergeRequestHeadersAndBody_FileBody) {
|
| &temp_file_path));
|
|
|
| element_readers.push_back(new UploadFileElementReader(
|
| - temp_file_path, 0, 0, base::Time()));
|
| + base::MessageLoopProxy::current(), temp_file_path, 0, 0, base::Time()));
|
|
|
| scoped_ptr<UploadDataStream> body(new UploadDataStream(&element_readers, 0));
|
| TestCompletionCallback callback;
|
|
|