Index: ios/web/shell/shell_network_delegate.h |
diff --git a/ios/web/shell/shell_network_delegate.h b/ios/web/shell/shell_network_delegate.h |
index 0929c15f614a1929ed6e2b8c647ce8407678e5a4..ab7d47d54daf1df9904405cc1073fa4a3316ce33 100644 |
--- a/ios/web/shell/shell_network_delegate.h |
+++ b/ios/web/shell/shell_network_delegate.h |
@@ -51,7 +51,8 @@ class ShellNetworkDelegate : public net::NetworkDelegateImpl { |
const std::string& cookie_line, |
net::CookieOptions* options) override; |
bool OnCanAccessFile(const net::URLRequest& request, |
- const base::FilePath& path) const override; |
+ const base::FilePath& original_path, |
+ const base::FilePath& absolute_path) const override; |
DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate); |
}; |