Index: chrome/browser/ui/views/constrained_html_delegate_win.cc |
diff --git a/chrome/browser/ui/views/constrained_html_delegate_win.cc b/chrome/browser/ui/views/constrained_html_delegate_win.cc |
index 98fe766650180a5371075ade85311ddc4204e47b..744c4e0e7ace2823e1ab5816058e950b3a16a47b 100644 |
--- a/chrome/browser/ui/views/constrained_html_delegate_win.cc |
+++ b/chrome/browser/ui/views/constrained_html_delegate_win.cc |
@@ -2,13 +2,13 @@ |
// 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/constrained_html_ui.h" |
+#include "chrome/browser/webui/constrained_html_ui.h" |
-#include "chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h" |
-#include "chrome/browser/dom_ui/html_dialog_ui.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/ui/views/tab_contents/tab_contents_container.h" |
+#include "chrome/browser/webui/html_dialog_tab_contents_delegate.h" |
+#include "chrome/browser/webui/html_dialog_ui.h" |
#include "ipc/ipc_message.h" |
#include "ui/gfx/rect.h" |
#include "views/view.h" |