Chromium Code Reviews| Index: ui/file_manager/file_manager/foreground/js/commandbutton.js |
| diff --git a/ui/file_manager/file_manager/foreground/js/commandbutton.js b/ui/file_manager/file_manager/foreground/js/commandbutton.js |
| index b6f2b916cd37ff0d8a6de5fc5642b6faec86f55a..6e5606ee9fa346b9e94035821c523b17c74c9e73 100644 |
| --- a/ui/file_manager/file_manager/foreground/js/commandbutton.js |
| +++ b/ui/file_manager/file_manager/foreground/js/commandbutton.js |
| @@ -14,7 +14,7 @@ |
| * @constructor |
| * @extends {HTMLDivElement} |
| */ |
| - var CommandButton = cr.ui.define('button'); |
| +var CommandButton = cr.ui.define('button'); |
| /** @override */ |
| CommandButton.prototype.__proto__ = HTMLButtonElement.prototype; |