| 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 521210a4e153c3aa29d761b4f4fb464f092ff8b3..f5fb9a1e5c7bf219f929cce108c126fadcde8471 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -8,7 +8,7 @@
|
| #import <Foundation/Foundation.h>
|
| #include <vector>
|
|
|
| -#include "ios/web/public/navigation_item_list.h"
|
| +#import "ios/web/navigation/navigation_item_impl_list.h"
|
| #include "ui/base/page_transition_types.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -45,8 +45,9 @@ struct Referrer;
|
| @property(nonatomic, readonly, copy) NSString* openerId;
|
| @property(nonatomic, readonly, assign) NSInteger openerNavigationIndex;
|
|
|
| -// The list of CRWSessionEntries in |_entries|'s NavigationItemImpls.
|
| -@property(nonatomic, readonly) web::NavigationItemList items;
|
| +// The ScopedNavigationItemImplList used to store the NavigationItemImpls for
|
| +// this session.
|
| +@property(nonatomic, readonly) const web::ScopedNavigationItemImplList& items;
|
| // The current NavigationItem. During a pending navigation, returns the
|
| // NavigationItem for that navigation. If a transient NavigationItem exists,
|
| // this NavigationItem will be returned.
|
|
|