| 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();
|
|
|