Index: content/shell/browser/shell_network_delegate.h |
diff --git a/content/shell/browser/shell_network_delegate.h b/content/shell/browser/shell_network_delegate.h |
index 1c809751fd6d7b241fc3bd213c9aaf71bd241579..184bbb9fd0769156f1d18d726b6892f2c979f959 100644 |
--- a/content/shell/browser/shell_network_delegate.h |
+++ b/content/shell/browser/shell_network_delegate.h |
@@ -54,7 +54,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; |
bool OnAreExperimentalCookieFeaturesEnabled() const override; |
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader( |
const net::URLRequest& request, |