| Index: chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
|
| diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
|
| index befe1135e4c7e57416881bb2f7371337028597d3..467daca55f208470934e69466cadd5c7cce845a9 100644
|
| --- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
|
| +++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
|
| @@ -19,6 +19,7 @@
|
| <link rel="import" href="chrome://resources/html/action_link.html">
|
| <link rel="import" href="chrome://resources/html/util.html">
|
|
|
| + <script src="snackbar.js"></script>
|
| <script src="interfaces.js"></script>
|
| <script src="adapter_broker.js"></script>
|
| <script src="device_collection.js"></script>
|
| @@ -36,6 +37,7 @@
|
| </header>
|
| <section id="devices" hidden></section>
|
| </div>
|
| + <div id="snackbar-container"></div>
|
| <aside id="sidebar">
|
| <div class="overlay"></div>
|
| <section class="sidebar-content">
|
|
|