summaryrefslogtreecommitdiffstats
path: root/net/http/partial_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/partial_data.h')
-rw-r--r--net/http/partial_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/partial_data.h b/net/http/partial_data.h
index 588e3e5..3a30e0a 100644
--- a/net/http/partial_data.h
+++ b/net/http/partial_data.h
@@ -46,8 +46,8 @@ class PartialData {
// removed.
void SetHeaders(const std::string& headers);
- // Restores the byte-range header that was removed during Init(), by appending
- // the data to the provided |headers|.
+ // Restores the byte-range headers, by appending the byte range to the headers
+ // provided to SetHeaders().
void RestoreHeaders(std::string* headers) const;
// Builds the required |headers| to perform the proper cache validation for