| Index: ui/webui/resources/cr_elements/cr_button/cr_button.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_button/cr_button.js b/ui/webui/resources/cr_elements/cr_button/cr_button.js
|
| index 25b9842d2a0e7f9629cb7fe1a581f989e58ddc02..3e7d88cda40b8e98322f10d0ba8f703e10a31918 100644
|
| --- a/ui/webui/resources/cr_elements/cr_button/cr_button.js
|
| +++ b/ui/webui/resources/cr_elements/cr_button/cr_button.js
|
| @@ -1,10 +1,10 @@
|
| -/* Copyright 2015 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. */
|
| +// Copyright 2015 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.
|
|
|
| /**
|
| * @fileoverview
|
| - * 'cr-button' is a chrome-specific wrapper around paper-button.
|
| + * `cr-button` is a chrome-specific wrapper around paper-button.
|
| *
|
| * Example:
|
| *
|
|
|