| 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
|
|
|