| Index: chrome/common/extensions/api/image_writer_private.idl
|
| diff --git a/chrome/common/extensions/api/image_writer_private.idl b/chrome/common/extensions/api/image_writer_private.idl
|
| index c4efd19bcad32b43a1b60714d98261464a95a6b9..cb22a2ea919a4b0908064e945118baf48eb5fa2a 100644
|
| --- a/chrome/common/extensions/api/image_writer_private.idl
|
| +++ b/chrome/common/extensions/api/image_writer_private.idl
|
| @@ -93,7 +93,7 @@ namespace imageWriterPrivate {
|
| // |callback|: The callback which signifies that the write operation has
|
| // been started by the system and provides a unique ID for this operation.
|
| static void writeFromFile(DOMString storageUnitId,
|
| - [instanceOf=FileEntry] object fileEntry,
|
| + [instanceOf=FileSystemFileEntry] object fileEntry,
|
| WriteImageCallback callback);
|
|
|
| // Cancel a current write operation.
|
|
|