summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/net')
-rw-r--r--chrome_frame/test/net/test_automation_provider.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome_frame/test/net/test_automation_provider.h b/chrome_frame/test/net/test_automation_provider.h
index 9d3f65b..bc98b3a 100644
--- a/chrome_frame/test/net/test_automation_provider.h
+++ b/chrome_frame/test/net/test_automation_provider.h
@@ -7,9 +7,12 @@
#include <string>
#include "chrome/browser/automation/automation_provider.h"
-class TestAutomationResourceMessageFilter;
+namespace net {
class URLRequest;
class URLRequestJob;
+} // namespace net
+
+class TestAutomationResourceMessageFilter;
// Callback interface for TestAutomationProvider.
class TestAutomationProviderDelegate {
@@ -37,8 +40,8 @@ class TestAutomationProvider
virtual bool Send(IPC::Message* msg);
// Protocol factory for handling http/https requests over automation.
- static URLRequestJob* Factory(URLRequest* request,
- const std::string& scheme);
+ static net::URLRequestJob* Factory(net::URLRequest* request,
+ const std::string& scheme);
// Call to instantiate and initialize a new instance of
// TestAutomationProvider.