| Index: ios/web/navigation/crw_session_controller.h
|
| diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
|
| index 3859af2ac855ff9e46ca38356c75d34b536b6584..19e8f8a9c752d3ca330abbe42ced8fc0bdb14d63 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -158,7 +158,7 @@ struct Referrer;
|
| - (void)useDesktopUserAgentForNextPendingItem;
|
|
|
| // Returns the index of |item| in |items|.
|
| -- (NSInteger)indexOfItem:(web::NavigationItem*)item;
|
| +- (NSInteger)indexOfItem:(const web::NavigationItem*)item;
|
|
|
| @end
|
|
|
|
|