| Index: chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| diff --git a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| index c50201530abf0c05c502ce61f56575dd12a48417..c9c2dcb05eb2b235a6db0613404ef30ae3eaca23 100644
|
| --- a/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| +++ b/chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
| @@ -18,7 +18,7 @@
|
| // profile that's long-lived? Of course, we'd still have to clear it out
|
| // when all incognito browsers close.
|
| HtmlDialogTabContentsDelegate::HtmlDialogTabContentsDelegate(Profile* profile)
|
| - : profile_(profile->GetOriginalProfile()) {}
|
| + : profile_(profile) {}
|
|
|
| HtmlDialogTabContentsDelegate::~HtmlDialogTabContentsDelegate() {}
|
|
|
|
|