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

Unified Diff: third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol 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/text/TextBreakIteratorTest.cpp
diff --git a/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp b/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
index 1541b10551d96bb2ded0b4b588eab996ce3e86e1..2cd42e025aadc74eec18c2ceb196cb4563b99a43 100644
--- a/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
+++ b/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
@@ -40,7 +40,8 @@ class TextBreakIteratorTest : public testing::Test {
String m_testString;
};
-// Initializing Vector from an initializer list still not possible, C++ feature banned in Blink.
+// Initializing Vector from an initializer list still not possible, C++ feature
+// banned in Blink.
#define DECLARE_BREAKSVECTOR(...) \
static const int32_t breaksArray[] = __VA_ARGS__; \
Vector<int> breaks; \
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp ('k') | third_party/WebKit/Source/platform/text/TextRun.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698