| 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 cc02ac49f8100c4b8a1824ffa382c0ca0f3158db..19b6871a0dd725a5d5ee74355f97b54f3b8e7f81 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -391,7 +391,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_;
|
|
|