| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index 2a4b7ff267123f4b2f0af8d6a47d5cfd94ef5e0a..7a528c6992c369db048e78df05545742b36d84c7 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -67,7 +67,7 @@ struct NavigateParams {
|
| content::Referrer referrer;
|
|
|
| // The browser-global ID of the frame to navigate, or -1 for the main frame.
|
| - int64 frame_tree_node_id;
|
| + int frame_tree_node_id;
|
|
|
| // Any redirect URLs that occurred for this navigation before |url|.
|
| // Usually empty.
|
|
|