Index: ui/gfx/geometry/quad_f.h |
diff --git a/ui/gfx/geometry/quad_f.h b/ui/gfx/geometry/quad_f.h |
index 18328c9c0c3858989473a7d68ebb640be67e4ef9..8e45b3e2deaa63d87bb899524f5a6d9aac9900f1 100644 |
--- a/ui/gfx/geometry/quad_f.h |
+++ b/ui/gfx/geometry/quad_f.h |
@@ -121,8 +121,8 @@ GFX_EXPORT QuadF operator+(const QuadF& lhs, const Vector2dF& rhs); |
GFX_EXPORT QuadF operator-(const QuadF& lhs, const Vector2dF& rhs); |
// 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 QuadF& quad, ::std::ostream* os); |
} // namespace gfx |