| 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 c53b9e289a4daa04397ab36126bbada97cac566d..20da920bcf88d05cef2a58c2c6131b19842b42ae 100644
|
| --- a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc
|
| +++ b/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h"
|
|
|
| -#include "chrome/browser/browser.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.h"
|
| #include "chrome/browser/ui/browser_navigator.h"
|
|
|
| // Incognito profiles are not long-lived, so we always want to store a
|
|
|