Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index be49b117fb844bf9a66571608cede5b7268864a8..71c9af68ec273824387507094aef6f1462f9e8f9 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -591,7 +591,7 @@ class CONTENT_EXPORT TabContents : public PageNavigator, |
// Causes the TabContents to navigate in the right renderer to |entry|, which |
// must be already part of the entries in the navigation controller. |
// This does not change the NavigationController state. |
- bool NavigateToEntry(const NavigationEntry& entry, |
+ bool NavigateToEntry(NavigationEntry* entry, |
NavigationController::ReloadType reload_type); |
// Sets the history for this tab_contents to |history_length| entries, and |