| Index: chrome/browser/ui/tab_modal_confirm_dialog_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/ui/tab_modal_confirm_dialog_delegate.cc (revision 116232)
|
| +++ chrome/browser/ui/tab_modal_confirm_dialog_delegate.cc (working copy)
|
| @@ -17,7 +17,7 @@
|
| WebContents* web_contents)
|
| : window_(NULL),
|
| closing_(false) {
|
| - NavigationController* controller = &web_contents->GetController();
|
| + content::NavigationController* controller = &web_contents->GetController();
|
| registrar_.Add(this, content::NOTIFICATION_LOAD_START,
|
| content::Source<content::NavigationController>(controller));
|
| registrar_.Add(this, content::NOTIFICATION_TAB_CLOSING,
|
|
|