Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/TextLinkColors.cpp b/third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
| index 265c62293ff428290cffc4f7766cf347a90c79a7..99884a74b417efd37d9200e8319869d567a68113 100644 |
| --- a/third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
| +++ b/third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
| @@ -37,6 +37,8 @@ |
| namespace blink { |
| +using namespace cssvalue; |
| + |
| TextLinkColors::TextLinkColors() : m_textColor(Color::black) { |
| resetLinkColor(); |
| resetVisitedLinkColor(); |