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

Unified Diff: third_party/WebKit/Source/platform/PODFreeListArena.h

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/PODFreeListArena.h
diff --git a/third_party/WebKit/Source/platform/PODFreeListArena.h b/third_party/WebKit/Source/platform/PODFreeListArena.h
index 5f80da9434ee0fa3c58af3839ff827672f3190cc..1c0d5e378d51aa604190544f0e12c056628c3c12 100644
--- a/third_party/WebKit/Source/platform/PODFreeListArena.h
+++ b/third_party/WebKit/Source/platform/PODFreeListArena.h
@@ -107,8 +107,8 @@ class PODFreeListArena : public RefCounted<PODFreeListArena<T>> {
RefPtr<PODArena> m_arena;
- // This free list contains pointers within every chunk that's been allocated so
- // far. None of the individual chunks can be freed until the arena is
+ // This free list contains pointers within every chunk that's been allocated
+ // so far. None of the individual chunks can be freed until the arena is
// destroyed.
struct FixedSizeMemoryChunk {
DISALLOW_NEW();
« no previous file with comments | « third_party/WebKit/Source/platform/MIMETypeRegistry.cpp ('k') | third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698