Index: content/test/test_navigation_url_loader.h |
diff --git a/content/test/test_navigation_url_loader.h b/content/test/test_navigation_url_loader.h |
index 9cfe1ba0191940fb7e5551d1d9ca7ae55570b385..8acfa524d385a7785f6dbd07402c343033f0c95f 100644 |
--- a/content/test/test_navigation_url_loader.h |
+++ b/content/test/test_navigation_url_loader.h |
@@ -32,7 +32,8 @@ class TestNavigationURLLoader |
NavigationURLLoaderDelegate* delegate); |
// NavigationURLLoader implementation. |
- void FollowRedirect() override; |
+ void FollowRedirect(const std::vector<std::pair<std::string, std::string>>& |
+ extra_headers) override; |
NavigationRequestInfo* request_info() const { return request_info_.get(); } |