| Index: ui/file_manager/gallery/js/image_editor/commands.js
|
| diff --git a/ui/file_manager/gallery/js/image_editor/commands.js b/ui/file_manager/gallery/js/image_editor/commands.js
|
| index 866c319df58751164e3047b9fc304f6dbd21602d..c424db502408ba405152a208af15252517e98523 100644
|
| --- a/ui/file_manager/gallery/js/image_editor/commands.js
|
| +++ b/ui/file_manager/gallery/js/image_editor/commands.js
|
| @@ -48,7 +48,7 @@ function CommandQueue(document, image, saveFunction) {
|
| * Once the UI is attached the results of image manipulations are displayed.
|
| *
|
| * @param {!ImageView} imageView The ImageView object to display the results.
|
| - * @param {!ImageEditor.Prompt} prompt Prompt to use with this CommandQueue.
|
| + * @param {!ImageEditorPrompt} prompt Prompt to use with this CommandQueue.
|
| * @param {!FilesToast} toast Toast.
|
| * @param {function()} updateUndoRedo Function to update undo and redo buttons
|
| * state.
|
|
|