Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/SmallCapsIterator.cpp |
| diff --git a/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.cpp b/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.cpp |
| index 1793f3aed9890ec47be6a3f122b188a1544ea910..2e135877d89afe153033a107d9c62b1acd48d03c 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.cpp |
| +++ b/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.cpp |
| @@ -47,4 +47,4 @@ bool SmallCapsIterator::consume(unsigned *capsLimit, SmallCapsBehavior* smallCap |
| return true; |
| } |
| -} |
| +} // namespace blink |