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

Unified Diff: cc/test/geometry_test_utils.h

Issue 11474050: cc: Unify namespaces for all test files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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
« no previous file with comments | « cc/test/fake_web_scrollbar_theme_geometry.cc ('k') | cc/test/geometry_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/geometry_test_utils.h
diff --git a/cc/test/geometry_test_utils.h b/cc/test/geometry_test_utils.h
index 92a37c3d8ce0e7c62060d986c1265bd9718e069d..30260c11dfda863714e8279a5023beaf9a096c85 100644
--- a/cc/test/geometry_test_utils.h
+++ b/cc/test/geometry_test_utils.h
@@ -13,7 +13,7 @@ namespace WebKit {
class WebTransformationMatrix;
}
-namespace WebKitTests {
+namespace cc {
// These are macros instead of functions so that we get useful line numbers where a test failed.
#define EXPECT_FLOAT_RECT_EQ(expected, actual) \
@@ -70,9 +70,9 @@ void ExpectTransformationMatrixEq(const WebKit::WebTransformationMatrix& expecte
#define EXPECT_TRANSFORMATION_MATRIX_EQ(expected, actual) \
{ \
SCOPED_TRACE(""); \
- WebKitTests::ExpectTransformationMatrixEq(expected, actual); \
+ cc::ExpectTransformationMatrixEq(expected, actual); \
}
-} // namespace WebKitTests
+} // namespace cc
#endif // CC_TEST_GEOMETRY_TEST_UTILS_H_
« no previous file with comments | « cc/test/fake_web_scrollbar_theme_geometry.cc ('k') | cc/test/geometry_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698