| Index: webkit/blob/blob_data.cc
|
| diff --git a/webkit/blob/blob_data.cc b/webkit/blob/blob_data.cc
|
| index 2f62e32f04e37445f360a2d6bd397e47ca646af3..4a2ab8633eec5d687659595bc5af9a41bf4d1d29 100644
|
| --- a/webkit/blob/blob_data.cc
|
| +++ b/webkit/blob/blob_data.cc
|
| @@ -21,7 +21,7 @@ void BlobData::AppendData(const char* data, size_t length) {
|
| items_.back().SetToBytes(data, length);
|
| }
|
|
|
| -void BlobData::AppendFile(const FilePath& file_path,
|
| +void BlobData::AppendFile(const base::FilePath& file_path,
|
| uint64 offset, uint64 length,
|
| const base::Time& expected_modification_time) {
|
| DCHECK(length > 0);
|
|
|