Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1986)

Unified Diff: chrome_frame/test/test_server_test.cc

Issue 11410066: Revert 167337 - Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/public/test/mock_resource_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/public/test/mock_resource_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698