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

Unified Diff: third_party/WebKit/public/platform/WebAddressSpace.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit Created 4 years, 2 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/platform/WebAddressSpace.h
diff --git a/third_party/WebKit/public/platform/WebAddressSpace.h b/third_party/WebKit/public/platform/WebAddressSpace.h
index 9bb96a6131a246b07aa3b77f5a2bd730589dd0ac..47cd5ea8fbd172de86b6abe9029298b6cc232d2d 100644
--- a/third_party/WebKit/public/platform/WebAddressSpace.h
+++ b/third_party/WebKit/public/platform/WebAddressSpace.h
@@ -7,8 +7,8 @@
namespace blink {
-// The ordering is important, as it's used to determine whether preflights are required,
-// as per https://mikewest.github.io/cors-rfc1918/#framework
+// The ordering is important, as it's used to determine whether preflights are
+// required, as per https://mikewest.github.io/cors-rfc1918/#framework
enum WebAddressSpace {
WebAddressSpaceLocal = 0, // loopback, link local
WebAddressSpacePrivate, // Reserved by RFC1918
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/platform/WebApplicationCacheHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698