Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 2 <link rel="import" href="chrome://resources/html/util.html"> | |
| 3 | |
| 4 <dom-module id="history-searched-label"> | |
| 5 <template> | |
| 6 <span id="container"></span> | |
| 7 </template> | |
| 8 <script src="chrome://history/searched_label.js"></script> | |
| 9 </dom-module> | |
| OLD | NEW |