Index: ui/gfx/geometry/point_f.h |
diff --git a/ui/gfx/geometry/point_f.h b/ui/gfx/geometry/point_f.h |
index c03458ba7be204fd9f844dbe2e6b57e62f048fc8..5d92b1100c46248e887506cc013ff537573a1de9 100644 |
--- a/ui/gfx/geometry/point_f.h |
+++ b/ui/gfx/geometry/point_f.h |
@@ -117,8 +117,8 @@ inline PointF ScalePoint(const PointF& p, float scale) { |
} |
// 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 PointF& point, ::std::ostream* os); |
} // namespace gfx |