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

Unified Diff: net/url_request/url_request_filter.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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);

Powered by Google App Engine
This is Rietveld 408576698