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/remoting/setup_flow.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/remoting/setup_flow.h')
-rw-r--r-- | chrome/browser/remoting/setup_flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/remoting/setup_flow.h b/chrome/browser/remoting/setup_flow.h index 970072a..d8c017b 100644 --- a/chrome/browser/remoting/setup_flow.h +++ b/chrome/browser/remoting/setup_flow.h @@ -7,7 +7,7 @@ #include "base/callback.h" #include "base/scoped_ptr.h" -#include "chrome/browser/dom_ui/html_dialog_ui.h" +#include "chrome/browser/webui/html_dialog_ui.h" #include "chrome/browser/webui/web_ui.h" #include "chrome/common/remoting/chromoting_host_info.h" |