Index: ui/gfx/geometry/size_f.h |
diff --git a/ui/gfx/geometry/size_f.h b/ui/gfx/geometry/size_f.h |
index 72af0bc90855defb0e6498ddc7d29203df424602..9d1bb5d7e3ed6c18d4ff3d3193a510ae85c70c48 100644 |
--- a/ui/gfx/geometry/size_f.h |
+++ b/ui/gfx/geometry/size_f.h |
@@ -75,8 +75,8 @@ inline SizeF ScaleSize(const SizeF& 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 SizeF& size, ::std::ostream* os); |
} // namespace gfx |