Index: third_party/WebKit/Source/core/svg/SVGUseElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
index ff14e9f42203d02f3824f731a00670fb3c9c21c5..cb7702fbd3910992cb6726b4f0f812cac2ba2e51 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -31,7 +31,7 @@ |
namespace blink { |
-typedef EventSender<SVGUseElement> SVGUseEventSender; |
+using SVGUseEventSender = EventSender<SVGUseElement>; |
class SVGUseElement final : public SVGGraphicsElement, |
public SVGURIReference, |