| Index: content/public/renderer/navigation_state.cc
|
| diff --git a/content/public/renderer/navigation_state.cc b/content/public/renderer/navigation_state.cc
|
| index a1fc18349bd4fc3cac05c723ddd0c04fb89adf39..e5f91fa8186ee5080a49c9dcb897cceb2322c775 100644
|
| --- a/content/public/renderer/navigation_state.cc
|
| +++ b/content/public/renderer/navigation_state.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| namespace content {
|
|
|
| -NavigationState::NavigationState(content::PageTransition transition_type,
|
| +NavigationState::NavigationState(ui::PageTransition transition_type,
|
| bool is_content_initiated,
|
| int32 pending_page_id,
|
| int pending_history_list_offset,
|
|
|