| Index: third_party/WebKit/Source/devtools/front_end/data_grid/ShowMoreDataGridNode.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js b/third_party/WebKit/Source/devtools/front_end/data_grid/ShowMoreDataGridNode.js
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js
|
| rename to third_party/WebKit/Source/devtools/front_end/data_grid/ShowMoreDataGridNode.js
|
| index 0e4c57dcf09ccfeb4fa2d9357fca44381fd9354a..38733077df87766fda40e299a84c573961ad6225 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/ShowMoreDataGridNode.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/data_grid/ShowMoreDataGridNode.js
|
| @@ -31,7 +31,7 @@
|
| /**
|
| * @unrestricted
|
| */
|
| -UI.ShowMoreDataGridNode = class extends UI.DataGridNode {
|
| +DataGrid.ShowMoreDataGridNode = class extends DataGrid.DataGridNode {
|
| /**
|
| * @param {function(number, number)} callback
|
| * @param {number} startPosition
|
|
|