| Index: webkit/blob/blob_storage_controller.cc
|
| diff --git a/webkit/blob/blob_storage_controller.cc b/webkit/blob/blob_storage_controller.cc
|
| index de7077488086ec595afbc1a450733ac8585e1e2d..41583af2ef7380c8148fdd75246dd7941927ebeb 100644
|
| --- a/webkit/blob/blob_storage_controller.cc
|
| +++ b/webkit/blob/blob_storage_controller.cc
|
| @@ -129,7 +129,7 @@ void BlobStorageController::ResolveBlobReferencesInUploadData(
|
| break;
|
| case webkit_blob::BlobData::TYPE_FILE:
|
| // TODO(michaeln): Ensure that any temp files survive till the
|
| - // URLRequest is done with the upload.
|
| + // net::URLRequest is done with the upload.
|
| iter->SetToFilePathRange(
|
| item.file_path(),
|
| item.offset(),
|
|
|