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

Unified Diff: cc/quad_culler_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/quad_culler_unittest.cc
diff --git a/cc/quad_culler_unittest.cc b/cc/quad_culler_unittest.cc
index dfcf147c3a663f2dbf42e97ecdd9601ca3aa39fc..b4dd8536eda5f77c78a1f8ff74679e1797f82ae6 100644
--- a/cc/quad_culler_unittest.cc
+++ b/cc/quad_culler_unittest.cc
@@ -18,9 +18,9 @@
#include "testing/gtest/include/gtest/gtest.h"
#include <public/WebTransformationMatrix.h>
-using namespace cc;
using WebKit::WebTransformationMatrix;
+namespace cc {
namespace {
class TestOcclusionTrackerImpl : public OcclusionTrackerImpl {
@@ -466,5 +466,5 @@ TEST(QuadCullerTest, verifyWithoutMetrics)
EXPECT_NEAR(occlusionTracker.overdrawMetrics().pixelsCulledForDrawing(), 0, 1);
}
-
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698