| Index: chrome/browser/resources/md_downloads/downloads.html
 | 
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
 | 
| index aeb638d0b711ba7697a7f96068657014fd5a0bf5..00cf7c9a8a5856ca02879508754b5515927d1033 100644
 | 
| --- a/chrome/browser/resources/md_downloads/downloads.html
 | 
| +++ b/chrome/browser/resources/md_downloads/downloads.html
 | 
| @@ -4,28 +4,19 @@
 | 
|    <meta charset="utf-8">
 | 
|    <title i18n-content="title"></title>
 | 
|  
 | 
| +  <link rel="import" href="chrome://resources/html/action_link.html">
 | 
| +  <link rel="import" href="chrome://resources/html/polymer_config.html">
 | 
|    <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
 | 
| -
 | 
|    <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
 | 
|    <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
 | 
|    <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
 | 
|    <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
 | 
|    <link rel="import" href="chrome://resources/polymer/v1_0/paper-toolbar/paper-toolbar.html">
 | 
|  
 | 
| -  <link rel="import" href="chrome://resources/html/action_link.html">
 | 
| -  <link rel="import" href="chrome://resources/html/assert.html">
 | 
| -  <link rel="import" href="chrome://resources/html/cr.html">
 | 
| -
 | 
| -  <script src="chrome://resources/js/util.js"></script>
 | 
| -  <script src="chrome://resources/js/load_time_data.js"></script>
 | 
| -  <script src="chrome://resources/js/cr/ui.js"></script>
 | 
| -  <script src="chrome://resources/js/cr/ui/command.js"></script>
 | 
| -
 | 
| -  <script src="chrome://downloads/constants.js"></script>
 | 
| -  <script src="chrome://downloads/manager.js"></script>
 | 
| +  <link rel="import" href="chrome://downloads/manager.html">
 | 
|  
 | 
|    <link rel="stylesheet" href="chrome://resources/css/roboto.css">
 | 
| -  <link rel="stylesheet" href="downloads.css">
 | 
| +  <link rel="stylesheet" href="chrome://downloads/downloads.css">
 | 
|  </head>
 | 
|  <body class="fullbleed">
 | 
|  
 | 
| @@ -59,8 +50,9 @@
 | 
|    <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
 | 
|  </if>
 | 
|  
 | 
| -  <script src="chrome://downloads/strings.js"></script>
 | 
| -  <script src="chrome://resources/js/i18n_template.js"></script>
 | 
| +  <link rel="import" href="chrome://resources/html/load_time_data.html">
 | 
| +  <link rel="import" href="chrome://downloads/strings.html">
 | 
| +  <link rel="import" href="chrome://resources/html/i18n_template.html"></script>
 | 
|  
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |