| Index: chrome/browser/resources/md_downloads/manager.html
|
| diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
|
| index 0ed0afdda16cf61d6fbd4da8723cafda1802aa34..3399ad7a9882f8a4564cdffa838d5add7e1add2e 100644
|
| --- a/chrome/browser/resources/md_downloads/manager.html
|
| +++ b/chrome/browser/resources/md_downloads/manager.html
|
| @@ -2,11 +2,13 @@
|
| <link rel="import" href="chrome://resources/html/load_time_data.html">
|
| <link rel="import" href="chrome://resources/html/cr/ui.html">
|
| <link rel="import" href="chrome://resources/html/cr/ui/command.html">
|
| +<link rel="import" href="chrome://resources/html/cr/ui/focus_grid.html">
|
| <link rel="import" href="chrome://resources/html/util.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-header-panel/paper-header-panel.html">
|
| <link rel="import" href="chrome://downloads/action_service.html">
|
| <link rel="import" href="chrome://downloads/constants.html">
|
| +<link rel="import" href="chrome://downloads/focus_row.html">
|
| <link rel="import" href="chrome://downloads/item.html">
|
| <link rel="import" href="chrome://downloads/toolbar.html">
|
|
|
|
|