Index: cc/test/geometry_test_utils.cc |
diff --git a/cc/test/geometry_test_utils.cc b/cc/test/geometry_test_utils.cc |
index 0d5df9430e392536ebbd3faa7d8926f5950dd325..35cd0dd39feffe153b2ad8379f4848947e509d56 100644 |
--- a/cc/test/geometry_test_utils.cc |
+++ b/cc/test/geometry_test_utils.cc |
@@ -9,7 +9,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/gfx/transform.h" |
-namespace WebKitTests { |
+namespace cc { |
// NOTE: even though transform data types use double precision, we only check |
// for equality within single-precision error bounds because many transforms |
@@ -57,4 +57,4 @@ void ExpectTransformationMatrixEq(const gfx::Transform& expected, |
EXPECT_FLOAT_EQ((expected).matrix().getDouble(3, 3), (actual).matrix().getDouble(3, 3)); |
} |
-} // namespace WebKitTests |
+} // namespace cc |