| Index: chrome/browser/chromeos/boot_times_loader.cc
|
| diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc
|
| index d51c6aea7aa45ff2c35f96648a2543b5dce414b3..fd5bd93a8c3b7a159d083c0835206a412926a2f8 100644
|
| --- a/chrome/browser/chromeos/boot_times_loader.cc
|
| +++ b/chrome/browser/chromeos/boot_times_loader.cc
|
| @@ -51,7 +51,7 @@ RenderWidgetHost* GetRenderWidgetHost(NavigationController* tab) {
|
| }
|
|
|
| const std::string GetTabUrl(RenderWidgetHost* rwh) {
|
| - RenderWidgetHostView* rwhv = rwh->view();
|
| + RenderWidgetHostView* rwhv = rwh->GetView();
|
| for (BrowserList::const_iterator it = BrowserList::begin();
|
| it != BrowserList::end();
|
| ++it) {
|
|
|