Index: chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc |
diff --git a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc b/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc |
index cc8ae0716c37636ff355b948cad77ec9172f9d2c..c53b9e289a4daa04397ab36126bbada97cac566d 100644 |
--- a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc |
+++ b/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc |
@@ -5,10 +5,10 @@ |
#include "chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h" |
#include "chrome/browser/browser.h" |
-#include "chrome/browser/browser_navigator.h" |
#include "chrome/browser/profile.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
+#include "chrome/browser/ui/browser_navigator.h" |
// Incognito profiles are not long-lived, so we always want to store a |
// non-incognito profile. |