Index: cc/occlusion_tracker_unittest.cc |
diff --git a/cc/occlusion_tracker_unittest.cc b/cc/occlusion_tracker_unittest.cc |
index babd9cd82f10761377766e94ab6936ee63757bdc..b82eae9ae9d5bd21fe68b709a09f9272feae57b1 100644 |
--- a/cc/occlusion_tracker_unittest.cc |
+++ b/cc/occlusion_tracker_unittest.cc |
@@ -22,10 +22,10 @@ |
#include <public/WebFilterOperations.h> |
#include <public/WebTransformationMatrix.h> |
-using namespace cc; |
using namespace WebKit; |
using namespace WebKitTests; |
+namespace cc { |
namespace { |
class TestContentLayer : public Layer { |
@@ -3079,4 +3079,5 @@ protected: |
ALL_OCCLUSIONTRACKER_TEST(OcclusionTrackerTestMinimumTrackingSize); |
-} // anonymous namespace |
+} // namespace |
+} // namespace cc |