| Index: ui/file_manager/gallery/js/image_editor/image_editor.js
|
| diff --git a/ui/file_manager/gallery/js/image_editor/image_editor.js b/ui/file_manager/gallery/js/image_editor/image_editor.js
|
| index c1397f18265a9e37e96b78ee9719d089f96e5db8..30da9fe39105bfbc77b7c7407c8661c6e84a9d71 100644
|
| --- a/ui/file_manager/gallery/js/image_editor/image_editor.js
|
| +++ b/ui/file_manager/gallery/js/image_editor/image_editor.js
|
| @@ -182,7 +182,7 @@ ImageEditor.prototype.lockUI = function(on) {
|
| * @param {string} name Action name.
|
| */
|
| ImageEditor.prototype.recordToolUse = function(name) {
|
| - ImageUtil.metrics.recordEnum(
|
| + metrics.recordEnum(
|
| ImageUtil.getMetricName('Tool'), name, this.actionNames_);
|
| };
|
|
|
|
|