Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: third_party/WebKit/Source/devtools/front_end/data_grid/ShowMoreDataGridNode.js

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698