summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc b/chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc
index 766f0ec3fe4..1e76b7a130d 100644
--- a/chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc
+++ b/chromium/third_party/blink/renderer/core/css/properties/longhands/list_style_type_custom.cc
@@ -5,7 +5,7 @@
#include "third_party/blink/renderer/core/css/properties/longhands/list_style_type.h"
namespace blink {
-namespace CSSLonghand {
+namespace css_longhand {
const CSSValue* ListStyleType::CSSValueFromComputedStyleInternal(
const ComputedStyle& style,
@@ -16,5 +16,5 @@ const CSSValue* ListStyleType::CSSValueFromComputedStyleInternal(
return CSSIdentifierValue::Create(style.ListStyleType());
}
-} // namespace CSSLonghand
+} // namespace css_longhand
} // namespace blink