| Index: ui/webui/resources/cr_elements/cr_input/cr_input.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_input/cr_input.js b/ui/webui/resources/cr_elements/cr_input/cr_input.js
|
| index 4258ecd6985cdbec6b7bd4706ecc40e94c50f081..6f0c522c89168c305e6edaf9f58127a231f79418 100644
|
| --- a/ui/webui/resources/cr_elements/cr_input/cr_input.js
|
| +++ b/ui/webui/resources/cr_elements/cr_input/cr_input.js
|
| @@ -1,11 +1,11 @@
|
| -/* 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-input' is a single-line text field for user input. It is a convenience
|
| - * element composed of a 'paper-input-decorator' and a 'input is="core-input"'.
|
| + * `cr-input` is a single-line text field for user input. It is a convenience
|
| + * element composed of a `paper-input-decorator` and a `input is="core-input"`.
|
| *
|
| * Example:
|
| *
|
|
|