Index: chrome_frame/test/net/test_automation_provider.cc |
diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc |
index 85246cc3343e81911f5dce5b0b9dba40a16c0e24..4b4d2a12992be9f83351cfabfafde26bab244523 100644 |
--- a/chrome_frame/test/net/test_automation_provider.cc |
+++ b/chrome_frame/test/net/test_automation_provider.cc |
@@ -69,8 +69,8 @@ bool TestAutomationProvider::Send(IPC::Message* msg) { |
return AutomationProvider::Send(msg); |
} |
-URLRequestJob* TestAutomationProvider::Factory(net::URLRequest* request, |
- const std::string& scheme) { |
+net::URLRequestJob* TestAutomationProvider::Factory(net::URLRequest* request, |
+ const std::string& scheme) { |
if (CFTestsDisabled()) |
return NULL; |