Index: chrome_frame/test/net/test_automation_provider.h |
diff --git a/chrome_frame/test/net/test_automation_provider.h b/chrome_frame/test/net/test_automation_provider.h |
index 76c74b8f2133ea5bef20f63b98838ca4a02eb09c..2c84d766cd546b5411e0647cb2b17e0d35211ba7 100644 |
--- a/chrome_frame/test/net/test_automation_provider.h |
+++ b/chrome_frame/test/net/test_automation_provider.h |
@@ -8,6 +8,7 @@ |
#include "chrome/browser/automation/automation_provider.h" |
namespace net { |
+class NetworkDelegate; |
class URLRequest; |
class URLRequestJob; |
} // namespace net |
@@ -42,6 +43,7 @@ class TestAutomationProvider |
// Protocol factory for handling http/https requests over automation. |
static net::URLRequestJob* Factory(net::URLRequest* request, |
+ net::NetworkDelegate* network_delegate, |
const std::string& scheme); |
// Call to instantiate and initialize a new instance of |