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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.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/inline_editor/SwatchPopoverHelper.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
similarity index 98%
rename from third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
rename to third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
index 97549c01979f31f3a5e8fd1bfe6ba62b1c1ebc26..60ef88f2f944402bb46e358622f7d0e0d6ced0ba 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
+++ b/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
@@ -4,7 +4,7 @@
/**
* @unrestricted
*/
-UI.SwatchPopoverHelper = class extends Common.Object {
+InlineEditor.SwatchPopoverHelper = class extends Common.Object {
constructor() {
super();
this._popover = new UI.Popover();

Powered by Google App Engine
This is Rietveld 408576698