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

Unified Diff: cc/render_pass_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/render_pass_unittest.cc
diff --git a/cc/render_pass_unittest.cc b/cc/render_pass_unittest.cc
index 9f37e10b1ca5a5c2d950c2b46b50f801361f3a71..4c2553f8508f17d931ec7ab778bfc1fdfcd4c280 100644
--- a/cc/render_pass_unittest.cc
+++ b/cc/render_pass_unittest.cc
@@ -19,8 +19,7 @@ using WebKit::WebFilterOperations;
using WebKit::WebTransformationMatrix;
using WebKitTests::TestRenderPass;
-using namespace cc;
-
+namespace cc {
namespace {
struct RenderPassSize {
@@ -84,4 +83,5 @@ TEST(RenderPassTest, copyShouldBeIdenticalExceptIdAndQuads)
EXPECT_EQ(sizeof(RenderPassSize), sizeof(RenderPass));
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698