Index: third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h |
index 36a4437af4608d5f81c6d4b2e4265f039a0fbbe9..439c67a705ee2b41dc9b3a7cc96ff755edc319b3 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h |
+++ b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h |
@@ -11,13 +11,13 @@ |
namespace blink { |
class CSSValue; |
-class StyleValue; |
+class CSSStyleValue; |
class StyleValueFactory { |
STATIC_ONLY(StyleValueFactory); |
public: |
- static StyleValue* create(CSSPropertyID, const CSSValue&); |
+ static CSSStyleValue* create(CSSPropertyID, const CSSValue&); |
}; |
} // namespace blink |