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

Unified Diff: cc/float_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/float_quad_unittest.cc
diff --git a/cc/float_quad_unittest.cc b/cc/float_quad_unittest.cc
index bfc1d6a5100778134be9ec5131594e372944a923..3a1e329892c2085aa1e44ecfebb5ca9b75748d49 100644
--- a/cc/float_quad_unittest.cc
+++ b/cc/float_quad_unittest.cc
@@ -10,9 +10,9 @@
#include "ui/gfx/quad_f.h"
#include <public/WebTransformationMatrix.h>
-using namespace cc;
using WebKit::WebTransformationMatrix;
+namespace cc {
namespace {
// TODO(danakj) Move this test to ui/gfx/ when we don't use WebTransformationMatrix.
@@ -58,4 +58,5 @@ TEST(FloatQuadTest, IsRectilinearTest)
}
}
-} // anonymous namespace
+} // namespace
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698