Index: third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h |
diff --git a/third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h b/third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h |
index 4cbfbb3fc784400f174ed1b069d854052d2c3575..b43411ba55dc1f3a74a9e0958b668abefa06c7e8 100644 |
--- a/third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h |
+++ b/third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h |
@@ -16,5 +16,5 @@ inline CSSPrimitiveValue* ZoomAdjustedPixelValue(double value, |
return CSSPrimitiveValue::Create(AdjustFloatForAbsoluteZoom(value, style), |
CSSPrimitiveValue::UnitType::kPixels); |
} |
-} |
+} // namespace blink |
#endif // zoomAdjustedPixelValue_h |