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

Unified Diff: net/url_request/url_request_filter.h

Issue 6382003: Reorder the methods in net/url_request/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compiling net_unittests != compiling the rest of chrome Created 9 years, 11 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 | « net/url_request/url_request_data_job.cc ('k') | net/url_request/url_request_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_filter.h
diff --git a/net/url_request/url_request_filter.h b/net/url_request/url_request_filter.h
index 9138b87362ff3c4dd2c7adba236c88bf722fdc59..ec80cb31bc8f9e83c717adba66a6e592595db017 100644
--- a/net/url_request/url_request_filter.h
+++ b/net/url_request/url_request_filter.h
@@ -39,12 +39,12 @@ class URLRequestFilter {
typedef base::hash_map<std::string, net::URLRequest::ProtocolFactory*>
UrlHandlerMap;
- // Singleton instance for use.
- static URLRequestFilter* GetInstance();
+ ~URLRequestFilter();
static net::URLRequest::ProtocolFactory Factory;
- ~URLRequestFilter();
+ // Singleton instance for use.
+ static URLRequestFilter* GetInstance();
void AddHostnameHandler(const std::string& scheme,
const std::string& hostname,
« no previous file with comments | « net/url_request/url_request_data_job.cc ('k') | net/url_request/url_request_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698