| Index: chrome/common/extensions/docs/templates/json/content_providers.json
|
| diff --git a/chrome/common/extensions/docs/templates/json/content_providers.json b/chrome/common/extensions/docs/templates/json/content_providers.json
|
| index fa58e4772ebd0db9d553f584c3c53c7e835388a0..9ddb7189e106aee5151ba5f2cf516cbbe6c886d8 100644
|
| --- a/chrome/common/extensions/docs/templates/json/content_providers.json
|
| +++ b/chrome/common/extensions/docs/templates/json/content_providers.json
|
| @@ -43,21 +43,21 @@
|
| {
|
| "cr-extensions-examples": {
|
| "chromium": {
|
| - "dir": "docs/examples"
|
| + "dir": "chrome/common/extensions/docs/examples"
|
| },
|
| "serveFrom": "extensions/examples",
|
| "supportsZip": true
|
| },
|
| "cr-public": {
|
| "chromium": {
|
| - "dir": "docs/templates/public"
|
| + "dir": "chrome/common/extensions/docs/templates/public"
|
| },
|
| "serveFrom": "",
|
| "supportsTemplates": true
|
| },
|
| "cr-static": {
|
| "chromium": {
|
| - "dir": "docs/static"
|
| + "dir": "chrome/common/extensions/docs/static"
|
| },
|
| "serveFrom": "static"
|
| },
|
|
|