| Index: chrome/browser/chromeos/boot_times_loader.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/boot_times_loader.cc (revision 115228)
|
| +++ chrome/browser/chromeos/boot_times_loader.cc (working copy)
|
| @@ -475,7 +475,7 @@
|
| case content::NOTIFICATION_TAB_CONTENTS_DESTROYED: {
|
| TabContents* tab_contents = content::Source<TabContents>(source).ptr();
|
| RenderWidgetHost* render_widget_host =
|
| - GetRenderWidgetHost(&tab_contents->controller());
|
| + GetRenderWidgetHost(&tab_contents->GetController());
|
| render_widget_hosts_loading_.erase(render_widget_host);
|
| break;
|
| }
|
|
|