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

Unified Diff: Source/core/editing/CompositionUnderlineRangeFilterTest.cpp

Issue 1171323003: Fix unit test style in core/{dom,editing,html}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whitespace fix Created 5 years, 6 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
« no previous file with comments | « Source/core/dom/shadow/ComposedTreeTraversalTest.cpp ('k') | Source/core/editing/FrameSelectionTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/CompositionUnderlineRangeFilterTest.cpp
diff --git a/Source/core/editing/CompositionUnderlineRangeFilterTest.cpp b/Source/core/editing/CompositionUnderlineRangeFilterTest.cpp
index c67c6eed0b66c61457b852b4d632eb9170f0a7be..a179dda1ba7cc0deb55c0c8f7fb3f84af0f437e1 100644
--- a/Source/core/editing/CompositionUnderlineRangeFilterTest.cpp
+++ b/Source/core/editing/CompositionUnderlineRangeFilterTest.cpp
@@ -12,9 +12,7 @@
#include "wtf/text/WTFString.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
// Parses test case string and populate |underlines|.
void initUnderlines(const String& testCase, Vector<CompositionUnderline>* underlines)
@@ -87,4 +85,4 @@ TEST(CompositionUnderlineRangeFilterTest, Multi)
EXPECT_EQ("DFG", filterUnderlines(underlines, 7, 7));
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/dom/shadow/ComposedTreeTraversalTest.cpp ('k') | Source/core/editing/FrameSelectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698