| Index: chrome/browser/resources/chromeos/login/controller-pairing-screen.html
|
| diff --git a/chrome/browser/resources/chromeos/login/controller-pairing-screen.html b/chrome/browser/resources/chromeos/login/controller-pairing-screen.html
|
| index 2e2446e8d1c0915de789d3cdcedfe453997e3e9f..1488d5b6ba0b3bb477d7f2730d50e689d4d7be79 100644
|
| --- a/chrome/browser/resources/chromeos/login/controller-pairing-screen.html
|
| +++ b/chrome/browser/resources/chromeos/login/controller-pairing-screen.html
|
| @@ -27,7 +27,7 @@ Published properties:
|
| * connecting - a binary attribute. If set, the list does not respond to the
|
| user actions and a spinner is shown near selected device.
|
| -->
|
| -<dom-module name="pairing-device-list">
|
| +<dom-module id="pairing-device-list">
|
| <link rel="stylesheet" href="pairing_device_list.css">
|
|
|
| <iron-iconset-svg name="pairing-device-list-icons">
|
| @@ -75,7 +75,7 @@ controller-pairing-page::shadow #top {
|
| height: 100px;
|
| }
|
| -->
|
| -<dom-module name="controller-pairing-page">
|
| +<dom-module id="controller-pairing-page">
|
| <link rel="stylesheet" href="controller_pairing_page.css">
|
|
|
| <template>
|
| @@ -103,7 +103,7 @@ controller-pairing-page::shadow #top {
|
| </template>
|
| </dom-module>
|
|
|
| -<dom-module name="controller-pairing-screen">
|
| +<dom-module id="controller-pairing-screen">
|
| <link rel="stylesheet" href="oobe_screen_controller_pairing.css">
|
|
|
| <template>
|
|
|