Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp |
| index 44264bf5068beb485ce10e22242c71778b7825c1..2ab0ec47ef7aac5088288af2e46755d4a1deb219 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp |
| @@ -62,4 +62,4 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason) |
| return ""; |
| } |
| -} |
| +} // namespace blink |