| Index: net/url_request/test_url_fetcher_factory.cc
|
| diff --git a/net/url_request/test_url_fetcher_factory.cc b/net/url_request/test_url_fetcher_factory.cc
|
| index 538a41cfc18f7ebc7137db9451d88041b4117cd5..51ca21c34042a28d57878a195dc3e8815dff455d 100644
|
| --- a/net/url_request/test_url_fetcher_factory.cc
|
| +++ b/net/url_request/test_url_fetcher_factory.cc
|
| @@ -60,6 +60,8 @@ void TestURLFetcher::SetUploadData(const std::string& upload_content_type,
|
| void TestURLFetcher::SetUploadFilePath(
|
| const std::string& upload_content_type,
|
| const base::FilePath& file_path,
|
| + uint64 range_offset,
|
| + uint64 range_length,
|
| scoped_refptr<base::TaskRunner> file_task_runner) {
|
| upload_file_path_ = file_path;
|
| }
|
|
|