Index: cc/region_unittest.cc |
diff --git a/cc/region_unittest.cc b/cc/region_unittest.cc |
index ef1d889a9f2f3bb84b4bb638c690d3dafe259e80..0924e5707f570f99153612706ba256c1e175bb0e 100644 |
--- a/cc/region_unittest.cc |
+++ b/cc/region_unittest.cc |
@@ -8,8 +8,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
-using namespace cc; |
- |
+namespace cc { |
namespace { |
#define TEST_INSIDE_RECT(r, x, y, w, h) \ |
@@ -454,3 +453,4 @@ TEST(RegionSwap, Swap) { |
} |
} // namespace |
+} // namespace cc |