| Index: chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc b/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc
|
| index fbc6a48f8bd1c7cec2384a181d6292c0f3ff19f7..7a3e31e447cff9b7b5ff1bdc6f12bebd8a8db254 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc
|
| @@ -7,12 +7,12 @@
|
| #include "base/json/json_reader.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/history/download_row.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/webui/downloads_dom_handler.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| +#include "components/history/core/browser/download_row.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/mock_download_item.h"
|
| #include "content/public/test/mock_download_manager.h"
|
|
|