Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2395)

Unified Diff: chrome/browser/resources/bluetooth_internals/bluetooth_internals.html

Issue 2488093003: bluetooth: Componentize device list fixes (Closed)
Patch Set: Combine private and type Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2a6760c56dab78ba8eb773549abf7e923a124848..8502623ec3e55fd77c14d37b8462a0f11b3a8b34 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
@@ -9,11 +9,9 @@
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="bluetooth_internals.css">
<link rel="import" href="chrome://resources/html/cr/ui.html">
-
- <script src="chrome://resources/js/assert.js"></script>
- <script src="chrome://resources/js/cr/event_target.js"></script>
- <script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
- <script src="chrome://resources/js/util.js"></script>
+ <link rel="import" href="chrome://resources/html/cr/event_target.html">
+ <link rel="import" href="chrome://resources/html/cr/ui/array_data_model.html">
+ <link rel="import" href="chrome://resources/html/util.html">
<script src="interfaces.js"></script>
<script src="adapter_broker.js"></script>

Powered by Google App Engine
This is Rietveld 408576698