| Index: chrome/browser/webui/downloads_dom_handler.cc
|
| diff --git a/chrome/browser/dom_ui/downloads_dom_handler.cc b/chrome/browser/webui/downloads_dom_handler.cc
|
| similarity index 98%
|
| rename from chrome/browser/dom_ui/downloads_dom_handler.cc
|
| rename to chrome/browser/webui/downloads_dom_handler.cc
|
| index 9f072b3ad1374458dfb785e64be26e9e1f8f1b82..bc943e072a0b35a4c49037a0f9c0cbff2cd34065 100644
|
| --- a/chrome/browser/dom_ui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/webui/downloads_dom_handler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/dom_ui/downloads_dom_handler.h"
|
| +#include "chrome/browser/webui/downloads_dom_handler.h"
|
|
|
| #include <algorithm>
|
| #include <functional>
|
| @@ -16,14 +16,14 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browser_thread.h"
|
| -#include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| -#include "chrome/browser/dom_ui/fileicon_source.h"
|
| #include "chrome/browser/download/download_history.h"
|
| #include "chrome/browser/download/download_item.h"
|
| #include "chrome/browser/download/download_util.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| +#include "chrome/browser/webui/chrome_url_data_manager.h"
|
| +#include "chrome/browser/webui/fileicon_source.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "grit/browser_resources.h"
|
|
|