| Index: ui/gfx/geometry/vector2d.h
|
| diff --git a/ui/gfx/geometry/vector2d.h b/ui/gfx/geometry/vector2d.h
|
| index b456e9303f903c569eece0643e7526b5d55b01b6..4b45667adf5876479e4e7beac42fac20ca9be7bb 100644
|
| --- a/ui/gfx/geometry/vector2d.h
|
| +++ b/ui/gfx/geometry/vector2d.h
|
| @@ -91,8 +91,8 @@ inline Vector2d operator-(const Vector2d& lhs, const Vector2d& rhs) {
|
| }
|
|
|
| // 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 Vector2d& vector, ::std::ostream* os);
|
|
|
| } // namespace gfx
|
|
|