| Index: ui/gfx/geometry/vector2d_f.h
|
| diff --git a/ui/gfx/geometry/vector2d_f.h b/ui/gfx/geometry/vector2d_f.h
|
| index 3e1152a56471832510c3b8af64509a7b09a1d923..92f7f877531498951f0b28e4bf7382cfddb11ebd 100644
|
| --- a/ui/gfx/geometry/vector2d_f.h
|
| +++ b/ui/gfx/geometry/vector2d_f.h
|
| @@ -109,8 +109,8 @@ inline Vector2dF ScaleVector2d(const Vector2dF& v, 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 Vector2dF& vector, ::std::ostream* os);
|
|
|
| } // namespace gfx
|
|
|