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..cbd2f1231f2462d53d8f0ba19f9763d8a0bb167c 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 |