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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceError.h

Issue 2389973004: reflow comments in platform/{network,peerconnection} (Closed)
Patch Set: 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/Source/platform/network/ResourceError.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceError.h b/third_party/WebKit/Source/platform/network/ResourceError.h
index 1abd203c626b86292d58f026f3d99e520fa5ef70..7e0517ff09268fe83d27661ca7a257504f2555c5 100644
--- a/third_party/WebKit/Source/platform/network/ResourceError.h
+++ b/third_party/WebKit/Source/platform/network/ResourceError.h
@@ -34,8 +34,8 @@
namespace blink {
-PLATFORM_EXPORT extern const char errorDomainBlinkInternal
- []; // Used for errors that won't be exposed to clients.
+// Used for errors that won't be exposed to clients.
+PLATFORM_EXPORT extern const char errorDomainBlinkInternal[];
class PLATFORM_EXPORT ResourceError final {
DISALLOW_NEW();
@@ -68,7 +68,8 @@ class PLATFORM_EXPORT ResourceError final {
m_staleCopyInCache(false),
m_wasIgnoredByHandler(false) {}
- // Makes a deep copy. Useful for when you need to use a ResourceError on another thread.
+ // Makes a deep copy. Useful for when you need to use a ResourceError on
+ // another thread.
ResourceError copy() const;
bool isNull() const { return m_isNull; }

Powered by Google App Engine
This is Rietveld 408576698