| 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 11c0a82d083edc5077579851e548e798fb1e0e89..9c7d2b4ee396440c57dd1f6db64b4e6732ef06dc 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -592,7 +592,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(NavigationEntry* entry,
|
| + bool NavigateToEntry(const NavigationEntry& entry,
|
| NavigationController::ReloadType reload_type);
|
|
|
| // Sets the history for this tab_contents to |history_length| entries, and
|
|
|