Index: cc/scrollbar_animation_controller_linear_fade_unittest.cc |
diff --git a/cc/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/scrollbar_animation_controller_linear_fade_unittest.cc |
index 4469b0641bd57027fdceb27087ce602fe4b6474c..676395f2d24df6f73dbbc3d21737ee0685eca39c 100644 |
--- a/cc/scrollbar_animation_controller_linear_fade_unittest.cc |
+++ b/cc/scrollbar_animation_controller_linear_fade_unittest.cc |
@@ -10,8 +10,7 @@ |
#include "cc/single_thread_proxy.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-using namespace cc; |
- |
+namespace cc { |
namespace { |
class ScrollbarAnimationControllerLinearFadeTest : public testing::Test { |
@@ -114,4 +113,5 @@ TEST_F(ScrollbarAnimationControllerLinearFadeTest, verifyForceAwakenByPinch) |
} |
-} // annoymous namespace |
+} // namespace |
+} // namespace cc |