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

Unified Diff: Source/platform/text/SegmentedStringTest.cpp

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/platform/text/SegmentedStringTest.cpp
diff --git a/Source/platform/text/SegmentedStringTest.cpp b/Source/platform/text/SegmentedStringTest.cpp
index 5b3453d7b33bd4786c82931e3978b8d02560b52e..b033bd5f7170c55ae6b6110e6f584c7558f5e8c1 100644
--- a/Source/platform/text/SegmentedStringTest.cpp
+++ b/Source/platform/text/SegmentedStringTest.cpp
@@ -33,9 +33,7 @@
#include <gtest/gtest.h>
-using blink::SegmentedString;
-
-namespace {
+namespace blink {
TEST(SegmentedStringTest, CurrentChar)
{
@@ -83,4 +81,4 @@ TEST(SegmentedStringTest, CurrentChar)
}
}
-} // namespace
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698