| Index: third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/GCActionDelegate.js b/third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
|
| similarity index 92%
|
| rename from third_party/WebKit/Source/devtools/front_end/components_lazy/GCActionDelegate.js
|
| rename to third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
|
| index 966002dd4af4fed381386f5c5b11e31cd5c1c829..110bf1092e8c89b4e0e94b189ac26255e05d469a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components_lazy/GCActionDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
|
| @@ -5,7 +5,7 @@
|
| /**
|
| * @implements {UI.ActionDelegate}
|
| */
|
| -Components.GCActionDelegate = class {
|
| +Main.GCActionDelegate = class {
|
| /**
|
| * @override
|
| * @param {!UI.Context} context
|
|
|