Index: ui/gfx/geometry/rect_f.h |
diff --git a/ui/gfx/geometry/rect_f.h b/ui/gfx/geometry/rect_f.h |
index 09227b13b4e6b4a24c2a9aacd2b43456c22ca3a2..9d99052c4a5f31c525cc956e15e99fadac480735 100644 |
--- a/ui/gfx/geometry/rect_f.h |
+++ b/ui/gfx/geometry/rect_f.h |
@@ -233,8 +233,8 @@ inline RectF ScaleRect(const RectF& r, float scale) { |
GFX_EXPORT RectF BoundingRect(const PointF& p1, const PointF& p2); |
// 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 RectF& rect, ::std::ostream* os); |
} // namespace gfx |