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 503c47e..8649d98 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); |