Index: third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js b/third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js |
similarity index 91% |
rename from third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js |
rename to third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js |
index 1221e09de1c440243e9199f344aba57607191ea7..5b2779f53b8568cb10878af78e75e0c1bd5cc45d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js |
+++ b/third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js |
@@ -5,7 +5,7 @@ |
* @implements {UI.ActionDelegate} |
* @unrestricted |
*/ |
-Components.RequestAppBannerActionDelegate = class { |
+Main.RequestAppBannerActionDelegate = class { |
/** |
* @override |
* @param {!UI.Context} context |