Index: content/browser/frame_host/navigation_entry_impl.cc |
diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc |
index 7e930dc9ec3331eb2686a8f7f7b3b8b22486e4e9..e450f5ee5445dfe3c76d6384604d6eeda3ec039f 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.cc |
+++ b/content/browser/frame_host/navigation_entry_impl.cc |
@@ -461,7 +461,7 @@ void NavigationEntryImpl::ResetForCommit() { |
#endif |
} |
-void NavigationEntryImpl::AddOrUpdateFrameEntry(int64 frame_tree_node_id, |
+void NavigationEntryImpl::AddOrUpdateFrameEntry(int frame_tree_node_id, |
SiteInstanceImpl* site_instance, |
const GURL& url, |
const Referrer& referrer) { |