Index: ui/gfx/transform.h |
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h |
index b580a6712b7ac9edaf65ce268cefb539a66df56b..4e9ebcf3ccd919f3df4882a0c1419bc25cdaf0e5 100644 |
--- a/ui/gfx/transform.h |
+++ b/ui/gfx/transform.h |
@@ -277,8 +277,8 @@ class GFX_EXPORT Transform { |
}; |
// This is declared here for use in gtest-based unit tests but is defined in |
-// the gfx_test_support target. Depend on that to use this in your unit test. |
-// This should not be used in production code - call ToString() instead. |
+// the //ui/gfx:test_support target. Depend on that to use this in your unit |
+// test. This should not be used in production code - call ToString() instead. |
void PrintTo(const Transform& transform, ::std::ostream* os); |
} // namespace gfx |