Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: cc/scrollbar_animation_controller_linear_fade_unittest.cc

Issue 11410022: cc: Remove forbidden using namespace directives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698