| Index: third_party/WebKit/Source/devtools/front_end/screencast/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/module.json b/third_party/WebKit/Source/devtools/front_end/screencast/module.json
|
| index e2d451f0336fc374ca3e5f8c9c44fbd2c92a7bc3..82a01226d1c036c6c5bc48b75c18d73c1d6c8c4f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/screencast/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/screencast/module.json
|
| @@ -1,13 +1,13 @@
|
| {
|
| "extensions": [
|
| {
|
| - "type": "@WebInspector.AppProvider",
|
| - "className": "WebInspector.ScreencastAppProvider",
|
| + "type": "@Common.AppProvider",
|
| + "className": "Screencast.ScreencastAppProvider",
|
| "order": 1
|
| },
|
| {
|
| - "type": "@WebInspector.ToolbarItem.Provider",
|
| - "className": "WebInspector.ScreencastApp.ToolbarButtonProvider",
|
| + "type": "@UI.ToolbarItem.Provider",
|
| + "className": "Screencast.ScreencastApp.ToolbarButtonProvider",
|
| "order": 1,
|
| "location": "main-toolbar-left"
|
| },
|
|
|