| Index: webkit/blob/blob_storage_controller.cc
|
| diff --git a/webkit/blob/blob_storage_controller.cc b/webkit/blob/blob_storage_controller.cc
|
| index 503c47ea995717c26534dcf6f0bea41d40414c97..8649d98f5dd466ef63b35d7c642888535a1793fa 100644
|
| --- a/webkit/blob/blob_storage_controller.cc
|
| +++ b/webkit/blob/blob_storage_controller.cc
|
| @@ -215,7 +215,7 @@ void BlobStorageController::AppendStorageItems(
|
|
|
| void BlobStorageController::AppendFileItem(
|
| BlobData* target_blob_data,
|
| - const FilePath& file_path, uint64 offset, uint64 length,
|
| + const base::FilePath& file_path, uint64 offset, uint64 length,
|
| const base::Time& expected_modification_time) {
|
| target_blob_data->AppendFile(file_path, offset, length,
|
| expected_modification_time);
|
|
|