| Index: chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.cc
|
| diff --git a/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.cc b/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.cc
|
| index 1d2aa799ec61ac075e552d4502d43d8e70e391e9..31c63be03da9c6fce34036d1943ec7f403d6d367 100644
|
| --- a/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.cc
|
| @@ -39,14 +39,12 @@
|
| #include "content/public/browser/download_item.h"
|
| #include "content/public/browser/download_manager.h"
|
| #include "content/public/browser/url_data_source.h"
|
| -#include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "net/base/filename_util.h"
|
| #include "ui/base/l10n/time_format.h"
|
| #include "ui/gfx/image/image.h"
|
|
|
| -using base::UserMetricsAction;
|
| using content::BrowserThread;
|
|
|
| namespace {
|
|
|