diff options
Diffstat (limited to 'webkit/blob/blob_storage_controller.cc')
-rw-r--r-- | webkit/blob/blob_storage_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/blob/blob_storage_controller.cc b/webkit/blob/blob_storage_controller.cc index de70774..41583af 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(), |