Index: chrome/common/extensions/api/declarative_web_request.json |
diff --git a/chrome/common/extensions/api/declarative_web_request.json b/chrome/common/extensions/api/declarative_web_request.json |
index c3d19dd5ea5bf3db63cc9fd680e73ef797ad3590..ea05f2d8cc2c9199eb03c80fcb8cfbe760d1bfff 100644 |
--- a/chrome/common/extensions/api/declarative_web_request.json |
+++ b/chrome/common/extensions/api/declarative_web_request.json |
@@ -13,7 +13,7 @@ |
"description": "Matches network events by various criteria.", |
"properties": { |
"url": { |
- "$ref": "declarative.UrlFilter", |
+ "$ref": "events.UrlFilter", |
"description": "Matches if the condition of the UrlFilter are fulfilled for the URL of the request.", |
"optional": true |
}, |