| Index: chrome/browser/resources/sync_internals/data.js
|
| diff --git a/chrome/browser/resources/sync_internals/data.js b/chrome/browser/resources/sync_internals/data.js
|
| index 6de42c706a7f7289e04aebc898fdf3dd1b82552b..f3729e745edc352bac4b1c3a0a28fba76e7347b2 100644
|
| --- a/chrome/browser/resources/sync_internals/data.js
|
| +++ b/chrome/browser/resources/sync_internals/data.js
|
| @@ -126,7 +126,7 @@ function makeDateUserAgentHeader() {
|
| /**
|
| * Builds a summary of current state and exports it as a downloaded file.
|
| *
|
| - * @param {!Array.<{type: string, nodes: !Array<!Object>}>} nodesMap
|
| + * @param {!Array<{type: string, nodes: !Array<!Object>}>} nodesMap
|
| * Summary of local state by model type.
|
| */
|
| function triggerDataDownload(nodesMap) {
|
|
|