Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/SegmentedString.cpp |
| diff --git a/third_party/WebKit/Source/platform/text/SegmentedString.cpp b/third_party/WebKit/Source/platform/text/SegmentedString.cpp |
| index b13da485525790b929153d40e139867f035c02ec..ec3507ebc712617ffd802488608d8dcc71ca82d9 100644 |
| --- a/third_party/WebKit/Source/platform/text/SegmentedString.cpp |
| +++ b/third_party/WebKit/Source/platform/text/SegmentedString.cpp |
| @@ -293,4 +293,4 @@ void SegmentedString::setCurrentPosition(OrdinalNumber line, OrdinalNumber colum |
| m_numberOfCharactersConsumedPriorToCurrentLine = numberOfCharactersConsumed() + prologLength - columnAftreProlog.zeroBasedInt(); |
| } |
| -} |
| +} // namespace blink |