diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 22:21:43 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 22:21:43 +0000 |
commit | 33d6752e62f1e94c16560e2991ff307033686af0 (patch) | |
tree | f442c02176fb9057eac8c52d5b5367f28dbb7996 /chrome/browser/dom_ui/new_tab_ui.h | |
parent | 71893bf4539fe2d65cfc3fc2e0f532a31db9f76a (diff) | |
download | chromium_src-33d6752e62f1e94c16560e2991ff307033686af0.zip chromium_src-33d6752e62f1e94c16560e2991ff307033686af0.tar.gz chromium_src-33d6752e62f1e94c16560e2991ff307033686af0.tar.bz2 |
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 5.
BUG=59945, 59946
TEST=trybots
Review URL: http://codereview.chromium.org/6538053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/new_tab_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h index 30acb50..e513dc2 100644 --- a/chrome/browser/dom_ui/new_tab_ui.h +++ b/chrome/browser/dom_ui/new_tab_ui.h @@ -10,8 +10,8 @@ #include "base/gtest_prod_util.h" #include "base/timer.h" -#include "chrome/browser/dom_ui/chrome_url_data_manager.h" #include "chrome/browser/sessions/tab_restore_service.h" +#include "chrome/browser/webui/chrome_url_data_manager.h" #include "chrome/browser/webui/web_ui.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" |