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

Unified Diff: third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAuditCategory.js

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/extensions/ExtensionAuditCategory.js
diff --git a/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAuditCategory.js b/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAuditCategory.js
index ed7a680bc4bdb5f22d322b0d52f70e07d45ead15..4fe89f629a2c43fce1bb50f6b470f66bf311d2e6 100644
--- a/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAuditCategory.js
+++ b/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAuditCategory.js
@@ -31,7 +31,7 @@
/**
* @unrestricted
*/
-WebInspector.ExtensionAuditCategory = class {
+Extensions.ExtensionAuditCategory = class {
/**
* @param {string} extensionOrigin
* @param {string} id
@@ -49,9 +49,9 @@ WebInspector.ExtensionAuditCategory = class {
/**
* @interface
*/
-WebInspector.ExtensionAuditCategoryResults = function() {};
+Extensions.ExtensionAuditCategoryResults = function() {};
-WebInspector.ExtensionAuditCategoryResults.prototype = {
+Extensions.ExtensionAuditCategoryResults.prototype = {
/**
* @return {string}
*/

Powered by Google App Engine
This is Rietveld 408576698