1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/base/upload_element.h"
9 #include "net/base/file_stream.h"
10 #include "net/base/net_errors.h"
14 UploadElement::UploadElement()
18 file_range_offset_(0),
19 file_range_length_(kuint64max
) {
22 UploadElement::~UploadElement() {