Index: chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm |
diff --git a/chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm b/chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm |
index 553f3e2406edaade83bd0207b87610cc662d349e..52efd8e3e9879700603dec8937ad645aed982cfd 100644 |
--- a/chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm |
+++ b/chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm |
@@ -2,14 +2,14 @@ |
// 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 "base/scoped_nsobject.h" |
-#include "chrome/browser/dom_ui/html_dialog_ui.h" |
-#include "chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/ui/cocoa/constrained_window_mac.h" |
+#include "chrome/browser/webui/html_dialog_ui.h" |
+#include "chrome/browser/webui/html_dialog_tab_contents_delegate.h" |
#import <Cocoa/Cocoa.h> |
#include "ipc/ipc_message.h" |