| Index: chrome/browser/repost_form_warning_controller.cc
|
| diff --git a/chrome/browser/repost_form_warning_controller.cc b/chrome/browser/repost_form_warning_controller.cc
|
| index 3578221f82f54bf8055ce75f8adbccfe3aa3c6e1..a53e95ee1da64661be2e0583107d184b511b790b 100644
|
| --- a/chrome/browser/repost_form_warning_controller.cc
|
| +++ b/chrome/browser/repost_form_warning_controller.cc
|
| @@ -20,7 +20,7 @@
|
| RepostFormWarningController::RepostFormWarningController(
|
| TabContents* tab_contents)
|
| : TabModalConfirmDialogDelegate(tab_contents),
|
| - navigation_controller_(&tab_contents->GetController()) {
|
| + navigation_controller_(&tab_contents->controller()) {
|
| registrar_.Add(this, content::NOTIFICATION_REPOST_WARNING_SHOWN,
|
| content::Source<NavigationController>(navigation_controller_));
|
| }
|
|
|