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 418560df5c67388363652caaf0f903e0ce46d3f1..6fd15dba45ba141621932c101b4709b73f4616b6 100644 |
--- a/net/url_request/url_request_filter.h |
+++ b/net/url_request/url_request_filter.h |
@@ -38,7 +38,7 @@ class NET_EXPORT URLRequestFilter { |
public: |
// scheme,hostname -> ProtocolHandler |
typedef std::map<std::pair<std::string, std::string>, |
- URLRequestJobFactory::ProtocolHandler* > HostnameHandlerMap; |
+ URLRequestJobFactory::ProtocolHandler*> HostnameHandlerMap; |
// URL -> ProtocolHandler |
typedef base::hash_map<std::string, URLRequestJobFactory::ProtocolHandler*> |
UrlHandlerMap; |
@@ -62,8 +62,7 @@ class NET_EXPORT URLRequestFilter { |
// Returns true if we successfully added the URL handler. This will replace |
// old handlers for the URL if one existed. |
- bool AddUrlHandler(const GURL& url, |
- URLRequest::ProtocolFactory* factory); |
+ bool AddUrlHandler(const GURL& url, URLRequest::ProtocolFactory* factory); |
bool AddUrlProtocolHandler( |
const GURL& url, |
scoped_ptr<URLRequestJobFactory::ProtocolHandler> protocol_handler); |