Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / metrics.js
index d632d63..a37a94c 100644 (file)
@@ -124,7 +124,7 @@ cr.define('print_preview', function() {
   /**
    * Destination Search specific usage statistics context.
    * @constructor
-   * @implements {MetricsContext}
+   * @extends {print_preview.MetricsContext}
    */
   function DestinationSearchMetricsContext() {
     MetricsContext.call(
@@ -140,7 +140,7 @@ cr.define('print_preview', function() {
   /**
    * GCP promotion specific usage statistics context.
    * @constructor
-   * @implements {MetricsContext}
+   * @extends {print_preview.MetricsContext}
    */
   function GcpPromoMetricsContext() {
     MetricsContext.call(this,
@@ -155,7 +155,7 @@ cr.define('print_preview', function() {
   /**
    * Print settings UI specific usage statistics context.
    * @constructor
-   * @implements {MetricsContext}
+   * @extends {print_preview.MetricsContext}
    */
   function PrintSettingsUiMetricsContext() {
     MetricsContext.call(