Index: ios/web/navigation/navigation_item_impl.h |
diff --git a/ios/web/navigation/navigation_item_impl.h b/ios/web/navigation/navigation_item_impl.h |
index 28a632f5c840f83cd79ae8ca16014c39fa5e0253..cc9e8ec9cc686109e7cdfa9e4953fd30f789df20 100644 |
--- a/ios/web/navigation/navigation_item_impl.h |
+++ b/ios/web/navigation/navigation_item_impl.h |
@@ -74,7 +74,7 @@ class NavigationItemImpl : public web::NavigationItem { |
// Serialized representation of the state object that was used in conjunction |
// with a JavaScript window.history.pushState() or |
// window.history.replaceState() call that created or modified this |
- // CRWSessionEntry. Intended to be used for JavaScript history operations and |
+ // NavigationItem. Intended to be used for JavaScript history operations and |
// will be nil in most cases. |
void SetSerializedStateObject(NSString* serialized_state_object); |
NSString* GetSerializedStateObject() const; |