| Index: content/browser/tab_contents/interstitial_page.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/interstitial_page.cc (revision 116232)
|
| +++ content/browser/tab_contents/interstitial_page.cc (working copy)
|
| @@ -196,7 +196,7 @@
|
| // Give sub-classes a chance to set some states on the navigation entry.
|
| UpdateEntry(entry);
|
|
|
| - tab_->GetController().AddTransientEntry(entry);
|
| + tab_->GetControllerImpl().AddTransientEntry(entry);
|
| }
|
|
|
| DCHECK(!render_view_host_);
|
|
|