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

Unified Diff: net/url_request/url_fetcher.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_fetcher.h
diff --git a/net/url_request/url_fetcher.h b/net/url_request/url_fetcher.h
index a841ddd342a6b06a89e64fb7a289375cfce4c376..e0ce7af67a750f1eec5854cc2e0b5da889511322 100644
--- a/net/url_request/url_fetcher.h
+++ b/net/url_request/url_fetcher.h
@@ -71,16 +71,14 @@ class NET_EXPORT URLFetcher {
public:
// Imposible http response code. Used to signal that no http response code
// was received.
- enum ResponseCode {
- RESPONSE_CODE_INVALID = -1
- };
+ enum ResponseCode { RESPONSE_CODE_INVALID = -1 };
enum RequestType {
GET,
POST,
HEAD,
- DELETE_REQUEST, // DELETE is already taken on Windows.
- // <winnt.h> defines a DELETE macro.
+ DELETE_REQUEST, // DELETE is already taken on Windows.
+ // <winnt.h> defines a DELETE macro.
PUT,
PATCH,
};
@@ -194,8 +192,7 @@ class NET_EXPORT URLFetcher {
// Set the URL that should be consulted for the third-party cookie
// blocking policy.
- virtual void SetFirstPartyForCookies(
- const GURL& first_party_for_cookies) = 0;
+ virtual void SetFirstPartyForCookies(const GURL& first_party_for_cookies) = 0;
// Set the key and data callback that is used when setting the user
// data on any URLRequest objects this object creates.

Powered by Google App Engine
This is Rietveld 408576698