| Index: webkit/blob/blob_data.h
|
| diff --git a/webkit/blob/blob_data.h b/webkit/blob/blob_data.h
|
| index 45c75ca5a09f6c254fec523820dd44d02aee7227..08c47f4862fc688034ab316f9080df8b59dd6c2c 100644
|
| --- a/webkit/blob/blob_data.h
|
| +++ b/webkit/blob/blob_data.h
|
| @@ -30,7 +30,7 @@ class WEBKIT_STORAGE_EXPORT BlobData : public base::RefCounted<BlobData> {
|
|
|
| void AppendData(const char* data, size_t length);
|
|
|
| - void AppendFile(const FilePath& file_path, uint64 offset, uint64 length,
|
| + void AppendFile(const base::FilePath& file_path, uint64 offset, uint64 length,
|
| const base::Time& expected_modification_time);
|
|
|
| void AppendBlob(const GURL& blob_url, uint64 offset, uint64 length);
|
|
|