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

Unified Diff: third_party/WebKit/Source/platform/mac/KillRingMac.mm

Issue 2388793002: reflow comments in platform/mac (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/mac/KillRingMac.mm
diff --git a/third_party/WebKit/Source/platform/mac/KillRingMac.mm b/third_party/WebKit/Source/platform/mac/KillRingMac.mm
index b132d0bba65d99358ddb28ed6909e7dbc9328725..1e74ced1fe532dbafe1c5bc5f596990951c213dc 100644
--- a/third_party/WebKit/Source/platform/mac/KillRingMac.mm
+++ b/third_party/WebKit/Source/platform/mac/KillRingMac.mm
@@ -29,7 +29,8 @@ namespace blink {
extern "C" {
-// Kill ring calls. Would be better to use NSKillRing.h, but that's not available as API or SPI.
+// Kill ring calls. Would be better to use NSKillRing.h, but that's not
+// available as API or SPI.
void _NSInitializeKillRing();
void _NSAppendToKillRing(NSString*);

Powered by Google App Engine
This is Rietveld 408576698