| Index: tools/json_schema_compiler/test/permissions.json
 | 
| diff --git a/tools/json_schema_compiler/test/permissions.json b/tools/json_schema_compiler/test/permissions.json
 | 
| index 377a43f7251d5c5750dea279c75c188d5d8d29ef..1f4cb9f2d9c6ef0f4e4d4159e29faca8213f41d6 100644
 | 
| --- a/tools/json_schema_compiler/test/permissions.json
 | 
| +++ b/tools/json_schema_compiler/test/permissions.json
 | 
| @@ -91,7 +91,7 @@
 | 
|        {
 | 
|          "name": "request",
 | 
|          "type": "function",
 | 
| -        "description": "Requests access to the specified permissions. These permissions must be defined in the optional_permissions field of the manifest. If there are any problems requesting the permissions, <a href='extension.html#property-lastError'>chrome.extension.lastError</a> will be set.",
 | 
| +        "description": "Requests access to the specified permissions. These permissions must be defined in the optional_permissions field of the manifest. If there are any problems requesting the permissions, <a href='extension.html#property-lastError'>chrome.runtime.lastError</a> will be set.",
 | 
|          "parameters": [
 | 
|            {
 | 
|              "name": "permissions",
 | 
| @@ -114,7 +114,7 @@
 | 
|        {
 | 
|          "name": "remove",
 | 
|          "type": "function",
 | 
| -        "description": "Removes access to the specified permissions. If there are any problems removing the permissions, <a href='extension.html#property-lastError'>chrome.extension.lastError</a> will be set.",
 | 
| +        "description": "Removes access to the specified permissions. If there are any problems removing the permissions, <a href='extension.html#property-lastError'>chrome.runtime.lastError</a> will be set.",
 | 
|          "parameters": [
 | 
|            {
 | 
|              "name": "permissions",
 | 
| 
 |