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

Unified Diff: chrome/browser/chromeos/gview_request_interceptor_unittest.cc

Issue 5607004: net: Remove typedef net::URLRequestJob URLRequestJob; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 2 Created 10 years 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
Index: chrome/browser/chromeos/gview_request_interceptor_unittest.cc
diff --git a/chrome/browser/chromeos/gview_request_interceptor_unittest.cc b/chrome/browser/chromeos/gview_request_interceptor_unittest.cc
index 1f3b7be5caf1d336aeaf7824c063ffeb07762f25..ac72746b88f4224672a5fba4a092495031b7cc7b 100644
--- a/chrome/browser/chromeos/gview_request_interceptor_unittest.cc
+++ b/chrome/browser/chromeos/gview_request_interceptor_unittest.cc
@@ -28,7 +28,7 @@ class GViewURLRequestTestJob : public URLRequestTestJob {
// created -- the first is for the viewable document URL, and the
// second is for the rediected URL. In order to test the
// interceptor, the mime type of the first request must be one of
- // the supported viewable mime types. So when the URLRequestJob
+ // the supported viewable mime types. So when the net::URLRequestJob
// is a request for one of the test URLs that point to viewable
// content, return an appropraite mime type. Otherwise, return
// "text/html".
@@ -60,8 +60,8 @@ class GViewRequestInterceptorTest : public testing::Test {
message_loop_.RunAllPending();
}
- static URLRequestJob* Factory(net::URLRequest* request,
- const std::string& scheme) {
+ static net::URLRequestJob* Factory(net::URLRequest* request,
+ const std::string& scheme) {
return new GViewURLRequestTestJob(request);
}
« no previous file with comments | « chrome/browser/chromeos/gview_request_interceptor.cc ('k') | chrome/browser/chromeos/login/account_screen_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698