| Index: ui/webui/resources/js/cr/ui/focus_row.js
|
| diff --git a/ui/webui/resources/js/cr/ui/focus_row.js b/ui/webui/resources/js/cr/ui/focus_row.js
|
| index 9f3495d6780c0136f3c4c6024e114cad11b164f9..d259d0aaea6261e5843451a149fa02df1e9dff32 100644
|
| --- a/ui/webui/resources/js/cr/ui/focus_row.js
|
| +++ b/ui/webui/resources/js/cr/ui/focus_row.js
|
| @@ -41,10 +41,10 @@ cr.define('cr.ui', function() {
|
| /** @type {!Node} */
|
| this.boundary_ = opt_boundary || document;
|
|
|
| - /** @private {FocusRow.Delegate|undefined} */
|
| + /** @private {cr.ui.FocusRow.Delegate|undefined} */
|
| this.delegate_ = opt_delegate;
|
|
|
| - /** @private {FocusRow.Observer|undefined} */
|
| + /** @private {cr.ui.FocusRow.Observer|undefined} */
|
| this.observer_ = opt_observer;
|
|
|
| /** @private {!EventTracker} */
|
|
|