Index: tools/json_schema_compiler/test/windows.json |
=================================================================== |
--- tools/json_schema_compiler/test/windows.json (revision 136322) |
+++ tools/json_schema_compiler/test/windows.json (working copy) |
@@ -12,7 +12,7 @@ |
"left": {"type": "integer", "description": "The offset of the window from the left edge of the screen in pixels."}, |
"width": {"type": "integer", "description": "The width of the window in pixels."}, |
"height": {"type": "integer", "description": "The height of the window in pixels."}, |
- "tabs": {"type": "array", "items": { "$ref": "tabs.Tab" }, "optional": true, "description": "Array of $ref:Tab objects representing the current tabs in the window."}, |
+ "tabs": {"type": "array", "items": { "$ref": "Tab" }, "optional": true, "description": "Array of $ref:Tab objects representing the current tabs in the window."}, |
"incognito": {"type": "boolean", "description": "Whether the window is incognito."}, |
"type": { |
"type": "string", |