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

Unified Diff: cc/draw_quad_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/draw_quad_unittest.cc
diff --git a/cc/draw_quad_unittest.cc b/cc/draw_quad_unittest.cc
index 2d7055ed88683eb20042ada241e52ab9f915b7c4..f3ac387ed3386e3bc1d6415d3c7901d0b778b66d 100644
--- a/cc/draw_quad_unittest.cc
+++ b/cc/draw_quad_unittest.cc
@@ -21,8 +21,7 @@
using WebKit::WebTransformationMatrix;
-using namespace cc;
-
+namespace cc {
namespace {
TEST(DrawQuadTest, copySharedQuadState)
@@ -310,4 +309,5 @@ TEST(DrawQuadTest, copyYUVVideoDrawQuad)
EXPECT_EQ(vPlane.visibleSize, copyQuad->vPlane().visibleSize);
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698