| 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 450f021a4f8c792cfb4a84cf7d3380f598479f0c..9f23ebabdfda9a5f1d1546d8704b3f25b680c3fe 100644
|
| --- a/chrome_frame/test/test_server_test.cc
|
| +++ b/chrome_frame/test/test_server_test.cc
|
| @@ -90,10 +90,10 @@ class URLRequestTestContext : public URLRequestContext {
|
| }
|
| };
|
|
|
| -class TestURLRequest : public URLRequest {
|
| +class TestURLRequest : public net::URLRequest {
|
| public:
|
| TestURLRequest(const GURL& url, Delegate* delegate)
|
| - : URLRequest(url, delegate) {
|
| + : net::URLRequest(url, delegate) {
|
| set_context(new URLRequestTestContext());
|
| }
|
| };
|
|
|