Chromium Code Reviews| Index: Source/platform/graphics/DisplayList.h |
| diff --git a/Source/platform/graphics/DisplayList.h b/Source/platform/graphics/DisplayList.h |
| index 02da74e43103c2c05143f0b885be008de510ea8a..9d8623c1b7f656483476aae946adcf33d2378cf4 100644 |
| --- a/Source/platform/graphics/DisplayList.h |
| +++ b/Source/platform/graphics/DisplayList.h |
| @@ -70,6 +70,6 @@ private: |
| OwnPtr<SkPictureRecorder> m_recorder; |
| }; |
| -} |
| +} // namespace blink |
| #endif // DisplayList_h |