| 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 a3866d7d34b41c3fd0cab26bc7954e83a56d0edd..658a2e9cae360af2c33ec1eceaf11aa9474d286e 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| @@ -10,6 +10,7 @@
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| class CSSValue;
|
|
|
| @@ -20,6 +21,8 @@ public:
|
| static CSSStyleValueVector cssValueToStyleValueVector(CSSPropertyID, const CSSValue&);
|
| };
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
|
|
| +
|
| #endif
|
|
|