| Index: third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp b/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| index c31c88ac60b201a89004eb915e4a39e424ac6569..d74f887bbd4a47cc73b3998d28d14d51c5d9dcbf 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| @@ -7,6 +7,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| namespace {
|
|
|
| @@ -37,4 +38,6 @@ TEST(CSSResourceValueTest, TestStatus)
|
|
|
| } // namespace
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|