| Index: third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp b/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| index 7263b7fc01e5d1a9bbfa58c7f56700afbc5ec2b6..5b0e174bcb82c3d93c591ffa3e5675a19e4039d7 100644
|
| --- a/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| @@ -122,7 +122,7 @@ public:
|
| }
|
|
|
| // WebURLLoaderClient implementation.
|
| - void willFollowRedirect(WebURLLoader* loader, WebURLRequest& newRequest, const WebURLResponse& redirectResponse, int64_t encodedDataLength) override
|
| + void willFollowRedirect(WebURLLoader* loader, WebURLRequest& newRequest, const WebURLResponse& redirectResponse) override
|
| {
|
| m_willFollowRedirect = true;
|
| EXPECT_EQ(m_expectedLoader.get(), loader);
|
|
|