| Index: net/base/upload_data.h
|
| diff --git a/net/base/upload_data.h b/net/base/upload_data.h
|
| index 3bfd427bad0b89672cdbf2dbf1851cb4d47342d3..abc1c199e478456407658a3fcb303a6f455dc200 100644
|
| --- a/net/base/upload_data.h
|
| +++ b/net/base/upload_data.h
|
| @@ -39,7 +39,7 @@ class NET_EXPORT_PRIVATE ChunkCallback {
|
| //
|
| // Until there is a more abstract class for this, this one derives from
|
| // SupportsUserData to allow users to stash random data by
|
| -// key and ensure it's destruction when UploadData is finally deleted.
|
| +// key and ensure its destruction when UploadData is finally deleted.
|
| class NET_EXPORT UploadData
|
| : public base::RefCounted<UploadData>,
|
| public base::SupportsUserData {
|
|
|