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 37c50822f37ad4a571fa6ce920784c360370c685..7015808995843cb8b63f417a998e3a46188d4823 100644 |
--- a/content/shell/browser/shell_network_delegate.h |
+++ b/content/shell/browser/shell_network_delegate.h |
@@ -31,6 +31,7 @@ class ShellNetworkDelegate : public net::NetworkDelegate { |
virtual int OnHeadersReceived( |
net::URLRequest* request, |
const net::CompletionCallback& callback, |
+ GURL* new_url, |
const net::HttpResponseHeaders* original_response_headers, |
scoped_refptr<net::HttpResponseHeaders>* |
override_response_headers) OVERRIDE; |