Index: cc/damage_tracker_unittest.cc |
diff --git a/cc/damage_tracker_unittest.cc b/cc/damage_tracker_unittest.cc |
index 8f741bcb5b0fbcfa70cb69bb2006d06825273675..7e803514e7982634ad95415856708b07fb7a76cc 100644 |
--- a/cc/damage_tracker_unittest.cc |
+++ b/cc/damage_tracker_unittest.cc |
@@ -17,10 +17,10 @@ |
#include <public/WebFilterOperation.h> |
#include <public/WebFilterOperations.h> |
-using namespace cc; |
using namespace WebKit; |
using namespace WebKitTests; |
+namespace cc { |
namespace { |
void executeCalculateDrawTransformsAndVisibility(LayerImpl* root, std::vector<LayerImpl*>& renderSurfaceLayerList) |
@@ -1157,4 +1157,5 @@ TEST_F(DamageTrackerTest, verifyDamageAccumulatesUntilReset) |
EXPECT_TRUE(rootDamageRect.IsEmpty()); |
} |
-} // anonymous namespace |
+} // namespace |
+} // namespace cc |