| Index: chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.js
 | 
| diff --git a/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.js b/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.js
 | 
| index 86fa5f7769df12cb0df74c4077bbd6fb96bb1f23..6a15a6f03903cfe53ac359e0bdbd4a762f00a302 100644
 | 
| --- a/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.js
 | 
| +++ b/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.js
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| @@ -96,7 +96,7 @@ cr.define('options', function() {
 | 
|     * Callback from CertificateManagerHandler with the trust values.
 | 
|     * @param {boolean} trustSSL The initial value of SSL trust checkbox.
 | 
|     * @param {boolean} trustEmail The initial value of Email trust checkbox.
 | 
| -   * @param {boolean} trustObjSign The initial value of Object Signing trust
 | 
| +   * @param {boolean} trustObjSign The initial value of Object Signing trust.
 | 
|     */
 | 
|    CertificateEditCaTrustOverlay.populateTrust = function(
 | 
|        trustSSL, trustEmail, trustObjSign) {
 | 
| 
 |