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

Unified Diff: net/url_request/url_request_job_factory.h

Issue 7328017: Reland r91815, "Clean up RegisterProtocolFactory calls." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months 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 | « no previous file | webkit/appcache/appcache_update_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_factory.h
diff --git a/net/url_request/url_request_job_factory.h b/net/url_request/url_request_job_factory.h
index 5c87e004138bece0022673b8053df44a2db55caf..de324814c08e50def599b540d1c0402415b320b8 100644
--- a/net/url_request/url_request_job_factory.h
+++ b/net/url_request/url_request_job_factory.h
@@ -20,17 +20,17 @@ namespace net {
class URLRequest;
class URLRequestJob;
-class NET_TEST URLRequestJobFactory
+class NET_API URLRequestJobFactory
: NON_EXPORTED_BASE(public base::NonThreadSafe) {
public:
- class NET_TEST ProtocolHandler {
+ class NET_API ProtocolHandler {
public:
virtual ~ProtocolHandler();
virtual URLRequestJob* MaybeCreateJob(URLRequest* request) const = 0;
};
- class NET_TEST Interceptor {
+ class NET_API Interceptor {
public:
virtual ~Interceptor();
« no previous file with comments | « no previous file | webkit/appcache/appcache_update_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698