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

Unified Diff: net/url_request/url_request_file_dir_job.h

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
« no previous file with comments | « net/url_request/url_request_error_job.cc ('k') | net/url_request/url_request_file_dir_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_file_dir_job.h
diff --git a/net/url_request/url_request_file_dir_job.h b/net/url_request/url_request_file_dir_job.h
index 41fd9c1e49d9b7abcd01a4ea7760c31d44a6adef..bdb9b375481ab0825f73c48a450dd506d5cc5ead 100644
--- a/net/url_request/url_request_file_dir_job.h
+++ b/net/url_request/url_request_file_dir_job.h
@@ -15,12 +15,12 @@
#include "net/url_request/url_request_job.h"
class URLRequestFileDirJob
- : public URLRequestJob,
+ : public net::URLRequestJob,
public net::DirectoryLister::DirectoryListerDelegate {
public:
URLRequestFileDirJob(net::URLRequest* request, const FilePath& dir_path);
- // URLRequestJob methods:
+ // net::URLRequestJob methods:
virtual void Start();
virtual void StartAsync();
virtual void Kill();
« no previous file with comments | « net/url_request/url_request_error_job.cc ('k') | net/url_request/url_request_file_dir_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698