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

Unified Diff: Source/devtools/front_end/ui/OverviewGrid.js

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed Created 6 years, 1 month 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
« no previous file with comments | « Source/devtools/front_end/ui/HelpScreen.js ('k') | Source/devtools/front_end/ui/Panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/OverviewGrid.js
diff --git a/Source/devtools/front_end/components/OverviewGrid.js b/Source/devtools/front_end/ui/OverviewGrid.js
similarity index 99%
rename from Source/devtools/front_end/components/OverviewGrid.js
rename to Source/devtools/front_end/ui/OverviewGrid.js
index 74070080b9545d8693774c449bc508a00922b5c2..94ba19e6bdc6e4cec841eeeff5d1db80f2ffa890 100644
--- a/Source/devtools/front_end/components/OverviewGrid.js
+++ b/Source/devtools/front_end/ui/OverviewGrid.js
@@ -171,7 +171,7 @@ WebInspector.OverviewGrid.Window = function(parentElement, dividersLabelBarEleme
this._parentElement.addEventListener("dblclick", this._resizeWindowMaximum.bind(this), true);
this._overviewWindowElement = parentElement.createChild("div", "overview-grid-window");
- this._overviewWindowElement.appendChild(WebInspector.View.createStyleElement("components/overviewGrid.css"));
+ this._overviewWindowElement.appendChild(WebInspector.View.createStyleElement("ui/overviewGrid.css"));
this._overviewWindowBordersElement = parentElement.createChild("div", "overview-grid-window-rulers");
parentElement.createChild("div", "overview-grid-dividers-background");
« no previous file with comments | « Source/devtools/front_end/ui/HelpScreen.js ('k') | Source/devtools/front_end/ui/Panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698