| Index: Source/platform/geometry/RegionTest.cpp
|
| diff --git a/Source/platform/geometry/RegionTest.cpp b/Source/platform/geometry/RegionTest.cpp
|
| index 5d7905b218f1d25336c0dc5bdd77ecfbc0d7eb3c..5ee401b7bd998071a32e7a374856d9783ed6f252 100644
|
| --- a/Source/platform/geometry/RegionTest.cpp
|
| +++ b/Source/platform/geometry/RegionTest.cpp
|
| @@ -23,14 +23,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "platform/geometry/Region.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| #define TEST_INSIDE_RECT(r, x, y, w, h) \
|
| EXPECT_TRUE(r.contains(IntPoint(x, y))); \
|
| @@ -391,4 +388,4 @@ TEST(RegionTest, unite)
|
| EXPECT_EQ(Region(IntRect(0, 0, 500, 500)), r);
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|