Index: components/sessions/serialized_navigation_entry_test_helper.h |
diff --git a/components/sessions/serialized_navigation_entry_test_helper.h b/components/sessions/serialized_navigation_entry_test_helper.h |
index 43b49eb9da4ebcbee0c3150d18574f3143010ca8..a653f22d67e625135ef1e425d86c3464fcd29c12 100644 |
--- a/components/sessions/serialized_navigation_entry_test_helper.h |
+++ b/components/sessions/serialized_navigation_entry_test_helper.h |
@@ -17,6 +17,7 @@ class Time; |
} |
namespace content { |
+class PageState; |
struct Referrer; |
} |
@@ -38,8 +39,8 @@ class SerializedNavigationEntryTestHelper { |
const std::string& virtual_url, |
const std::string& title); |
- static void SetContentState(const std::string& content_state, |
- SerializedNavigationEntry* navigation); |
+ static void SetPageState(const content::PageState& page_state, |
+ SerializedNavigationEntry* navigation); |
static void SetHasPostData(bool has_post_data, |
SerializedNavigationEntry* navigation); |