Index: ui/gfx/geometry/rect.h |
diff --git a/ui/gfx/geometry/rect.h b/ui/gfx/geometry/rect.h |
index beb6242318e3c33f4d973f4bfa36997130d9998f..2a5fe8e39d2d0714d893e27dd7ee3fc950480e71 100644 |
--- a/ui/gfx/geometry/rect.h |
+++ b/ui/gfx/geometry/rect.h |
@@ -270,8 +270,8 @@ inline Rect ScaleToEnclosedRect(const Rect& rect, 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 Rect& rect, ::std::ostream* os); |
} // namespace gfx |