Chromium Code Reviews| Index: chrome/browser/ui/webui/downloads_dom_handler.cc |
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc |
| index c4af116a3d5e57f9f1fa5a3be639ae27e0e45ce4..8e7cc4efe2751257fb5a4cac0790e0c694cc0ad5 100644 |
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc |
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc |
| @@ -39,6 +39,8 @@ |
| #include "content/public/browser/browser_thread.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| namespace { |
| // Maximum number of downloads to show. TODO(glen): Remove this and instead |