| Index: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
|
| index 5df21736d298732f74393eb78b5c381f93957a28..193b12cbfa1676975dbaa01458b10e0bd0615546 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
|
| @@ -10,6 +10,7 @@
|
| #include "core/css/cssom/CSSStyleValue.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| class CSSLengthValue;
|
|
|
| @@ -49,6 +50,8 @@ protected:
|
|
|
| };
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
|
|
| +
|
| #endif
|
|
|