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 c9885bea0b99ce6773d75d8c0c49b60e58a47b52..3cc1cddf63d3c031e24e981c2f7be5af3501fb82 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) { |