| 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 9d3f65b77e95fc3a53081dd668367c638eb75476..bc98b3a3cd0004783c475df218523ac82f08402c 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.
|
|
|