Index: chrome_frame/test/test_server_test.cc |
diff --git a/chrome_frame/test/test_server_test.cc b/chrome_frame/test/test_server_test.cc |
index cc52a39899d81d264beae7c2c66349392e82f0bd..d603eb7a797886381d30cd991b75bc14ae2387a5 100644 |
--- a/chrome_frame/test/test_server_test.cc |
+++ b/chrome_frame/test/test_server_test.cc |
@@ -63,8 +63,7 @@ class ScopedInternet { |
class TestURLRequest : public net::URLRequest { |
public: |
TestURLRequest(const GURL& url, Delegate* delegate) |
- : net::URLRequest(url, delegate) { |
- set_context(new TestURLRequestContext()); |
+ : net::URLRequest(url, delegate, new TestURLRequestContext()) { |
mmenke
2012/06/20 18:33:50
Err...wait...Know you just copied the old code, bu
shalev
2012/06/20 20:13:12
Done.
|
} |
}; |