Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp |
index 707accfb1be5447064477c0a8d2287e171e8e51a..53cb1288d581adae41b05f873bfe0278096466db 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp |
@@ -70,5 +70,4 @@ void ScrollbarThemeMock::paintThumb(GraphicsContext& context, const ScrollbarThe |
context.fillRect(thumbRect, Color::darkGray); |
} |
-} |
- |
+} // namespace blink |