summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc b/chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc
index 1f66c7e803b..d4d9484710f 100644
--- a/chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc
+++ b/chromium/third_party/blink/renderer/core/css/properties/longhands/scroll_padding_block_end_custom.cc
@@ -10,7 +10,7 @@
#include "third_party/blink/renderer/core/style_property_shorthand.h"
namespace blink {
-namespace CSSLonghand {
+namespace css_longhand {
const CSSValue* ScrollPaddingBlockEnd::ParseSingleValue(
CSSParserTokenRange& range,
@@ -18,8 +18,8 @@ const CSSValue* ScrollPaddingBlockEnd::ParseSingleValue(
const CSSParserLocalContext&) const {
return ConsumeLengthOrPercent(
range, context.Mode(), kValueRangeNonNegative,
- CSSPropertyParserHelpers::UnitlessQuirk::kForbid);
+ css_property_parser_helpers::UnitlessQuirk::kForbid);
}
-} // namespace CSSLonghand
+} // namespace css_longhand
} // namespace blink