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

Unified Diff: third_party/WebKit/Source/platform/LinkHash.cpp

Issue 2388303002: reflow comments in platform/ (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/LinkHash.cpp
diff --git a/third_party/WebKit/Source/platform/LinkHash.cpp b/third_party/WebKit/Source/platform/LinkHash.cpp
index 9af2d7bc06ddac0e1f03884c3c11aac7a70d2e88..f397c9a9a86b6d697d7fa93fcb3bf3ef81418b2f 100644
--- a/third_party/WebKit/Source/platform/LinkHash.cpp
+++ b/third_party/WebKit/Source/platform/LinkHash.cpp
@@ -40,7 +40,8 @@ namespace blink {
static bool resolveRelative(const KURL& base,
const String& relative,
url::RawCanonOutput<2048>* buffer) {
- // We use these low-level GURL functions to avoid converting back and forth from UTF-8 unnecessarily.
+ // We use these low-level GURL functions to avoid converting back and forth
+ // from UTF-8 unnecessarily.
url::Parsed parsed;
StringUTF8Adaptor baseUTF8(base.getString());
if (relative.is8Bit()) {
« no previous file with comments | « third_party/WebKit/Source/platform/LifecycleNotifier.h ('k') | third_party/WebKit/Source/platform/MIMETypeFromURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698