| Index: third_party/WebKit/Source/core/css/CSSValueTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValueTestHelper.h b/third_party/WebKit/Source/core/css/CSSValueTestHelper.h
|
| index b5e0b27dbd9cc878f6baf4ec65fd17df84cd379d..59a311386895ee5efb7fb2644db2ddc8a68f7938 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueTestHelper.h
|
| @@ -52,7 +52,7 @@ namespace internal {
|
| char(&IsNullLiteralHelper(const blink::CSSValue&))[2];
|
|
|
| }
|
| -}
|
| +} // namespace testing
|
|
|
| namespace blink {
|
|
|
| @@ -71,6 +71,6 @@ inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const
|
| PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|