| Index: chrome/browser/resources/print_preview/metrics.js
|
| diff --git a/chrome/browser/resources/print_preview/metrics.js b/chrome/browser/resources/print_preview/metrics.js
|
| index 6a034850419b7bbfbea8a894672c836c2fa6dae0..30aa9797b74fff1c9435807637f2792fb6c8028c 100644
|
| --- a/chrome/browser/resources/print_preview/metrics.js
|
| +++ b/chrome/browser/resources/print_preview/metrics.js
|
| @@ -110,7 +110,7 @@ cr.define('print_preview', function() {
|
| /**
|
| * Destination Search specific usage statistics context.
|
| * @constructor
|
| - * @implements {MetricsContext}
|
| + * @extends {print_preview.MetricsContext}
|
| */
|
| function DestinationSearchMetricsContext() {
|
| MetricsContext.call(
|
| @@ -126,7 +126,7 @@ cr.define('print_preview', function() {
|
| /**
|
| * GCP promotion specific usage statistics context.
|
| * @constructor
|
| - * @implements {MetricsContext}
|
| + * @extends {print_preview.MetricsContext}
|
| */
|
| function GcpPromoMetricsContext() {
|
| MetricsContext.call(this,
|
| @@ -141,7 +141,7 @@ cr.define('print_preview', function() {
|
| /**
|
| * Print settings UI specific usage statistics context.
|
| * @constructor
|
| - * @implements {MetricsContext}
|
| + * @extends {print_preview.MetricsContext}
|
| */
|
| function PrintSettingsUiMetricsContext() {
|
| MetricsContext.call(
|
|
|