Index: ui/gfx/geometry/point3_f.h |
diff --git a/ui/gfx/geometry/point3_f.h b/ui/gfx/geometry/point3_f.h |
index 8304636c82ea5bb15319a9828cbf9044ed06d5dd..71f428f2256f37cf55ec0b8f2f2ba8c015c9f7b1 100644 |
--- a/ui/gfx/geometry/point3_f.h |
+++ b/ui/gfx/geometry/point3_f.h |
@@ -115,8 +115,8 @@ inline Point3F ScalePoint(const Point3F& 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 Point3F& point, ::std::ostream* os); |
} // namespace gfx |