| Index: chrome/browser/resources/print_preview/data/invitation.js
|
| diff --git a/chrome/browser/resources/print_preview/data/invitation.js b/chrome/browser/resources/print_preview/data/invitation.js
|
| index fdd46615f0f85d2f6f46cc4a028e66311abcfc5a..d62434d6517e3a6675fcdc768fbecfaa52313ac1 100644
|
| --- a/chrome/browser/resources/print_preview/data/invitation.js
|
| +++ b/chrome/browser/resources/print_preview/data/invitation.js
|
| @@ -49,7 +49,7 @@ cr.define('print_preview', function() {
|
| * @private {string}
|
| */
|
| this.account_ = account;
|
| - };
|
| + }
|
|
|
| Invitation.prototype = {
|
| /** @return {string} Text identifying invitation sender. */
|
|
|