Chromium Code Reviews| Index: Source/platform/graphics/ImageSource.cpp |
| diff --git a/Source/platform/graphics/ImageSource.cpp b/Source/platform/graphics/ImageSource.cpp |
| index 71a0e5992d3c1a562f913c62759829759305bd3a..f84b3be6260a5c42c97748c56b4c74674d5ebd88 100644 |
| --- a/Source/platform/graphics/ImageSource.cpp |
| +++ b/Source/platform/graphics/ImageSource.cpp |
| @@ -171,4 +171,4 @@ unsigned ImageSource::frameBytesAtIndex(size_t index) const |
| return m_decoder->frameBytesAtIndex(index); |
| } |
| -} |
| +} // namespace blink |