| Index: content/browser/loader/navigation_url_loader_unittest.cc
|
| diff --git a/content/browser/loader/navigation_url_loader_unittest.cc b/content/browser/loader/navigation_url_loader_unittest.cc
|
| index aee1b638ecb0cc15e9d994eb56f89702dd9e06b9..c636cda46a6b4b55d0ca89c5a29463774d39c76c 100644
|
| --- a/content/browser/loader/navigation_url_loader_unittest.cc
|
| +++ b/content/browser/loader/navigation_url_loader_unittest.cc
|
| @@ -114,7 +114,7 @@ class TestNavigationURLLoaderDelegate : public NavigationURLLoaderDelegate {
|
| response_started_->Quit();
|
| }
|
|
|
| - void OnRequestFailed(int net_error) override {
|
| + void OnRequestFailed(bool in_cache, int net_error) override {
|
| net_error_ = net_error;
|
| ASSERT_TRUE(request_failed_);
|
| request_failed_->Quit();
|
|
|