Index: ui/gfx/geometry/point.h |
diff --git a/ui/gfx/geometry/point.h b/ui/gfx/geometry/point.h |
index 72aa17d393bb2bebd0fe42118ea7953ea5606a81..6de899c3d3c4d64d76304b8f9708a2a92cb4d5f6 100644 |
--- a/ui/gfx/geometry/point.h |
+++ b/ui/gfx/geometry/point.h |
@@ -123,8 +123,8 @@ inline Point PointAtOffsetFromOrigin(const Vector2d& offset_from_origin) { |
} |
// 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 Point& point, ::std::ostream* os); |
// Helper methods to scale a gfx::Point to a new gfx::Point. |