| Index: chrome_frame/test/test_server_test.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_server_test.cc (revision 167354)
|
| +++ chrome_frame/test/test_server_test.cc (working copy)
|
| @@ -65,7 +65,7 @@
|
| public:
|
| TestURLRequest(const GURL& url,
|
| Delegate* delegate,
|
| - net::TestURLRequestContext* context)
|
| + TestURLRequestContext* context)
|
| : net::URLRequest(url, delegate, context) {
|
| }
|
| };
|
| @@ -81,7 +81,7 @@
|
|
|
| MessageLoopForIO loop;
|
|
|
| - net::TestURLRequestContext context;
|
| + TestURLRequestContext context;
|
| TestURLRequest r(GURL(url_), &delegate_, &context);
|
| r.Start();
|
| EXPECT_TRUE(r.is_pending());
|
| @@ -103,7 +103,7 @@
|
|
|
| protected:
|
| std::string url_;
|
| - net::TestDelegate delegate_;
|
| + TestDelegate delegate_;
|
| UrlTaskChain* next_;
|
| };
|
|
|
|
|