| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index 20a159af380b79c8a118d88c4fd31c9f2f599a1d..94eb843d0f3404e7fd4be5a7f9030e78cbe11791 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -384,7 +384,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| FrameTreeNode* frame_tree_node_;
|
|
|
| // A list of Throttles registered for this navigation.
|
| - ScopedVector<NavigationThrottle> throttles_;
|
| + std::vector<std::unique_ptr<NavigationThrottle>> throttles_;
|
|
|
| // The index of the next throttle to check.
|
| size_t next_index_;
|
|
|