| Index: content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| diff --git a/content/browser/fileapi/file_system_operation_impl_write_unittest.cc b/content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| index 9d3c181fdced92f1a89a5256b9e6f6dd923fee67..2b6b4dde51eab40a9e1f18ab8f4d4237dbb9869b 100644
|
| --- a/content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| +++ b/content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| @@ -209,7 +209,7 @@ TEST_F(FileSystemOperationImplWriteTest, TestWriteZero) {
|
|
|
|
|
| TEST_F(FileSystemOperationImplWriteTest, TestWriteInvalidBlobUrl) {
|
| - scoped_ptr<storage::BlobDataHandle> null_handle;
|
| + scoped_ptr<storage::BlobDataSnapshotHandle> null_handle;
|
| file_system_context_->operation_runner()->Write(
|
| &url_request_context(), URLForPath(virtual_path_),
|
| null_handle.Pass(), 0, RecordWriteCallback());
|
|
|