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

Unified Diff: third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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: third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h
diff --git a/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h b/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h
index bccff23228ba4fbc2e138ddc73c60fe6a82434e7..b4e18577e902454ef77c946678a6fa8479fb7bcc 100644
--- a/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h
+++ b/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h
@@ -36,10 +36,7 @@
namespace blink {
struct WebAssociatedURLLoaderOptions {
- enum PreflightPolicy {
- kConsiderPreflight,
- kPreventPreflight
- };
+ enum PreflightPolicy { kConsiderPreflight, kPreventPreflight };
WebAssociatedURLLoaderOptions()
: untrusted_http(false),

Powered by Google App Engine
This is Rietveld 408576698