| Index: ui/gfx/geometry/vector3d_f.h
|
| diff --git a/ui/gfx/geometry/vector3d_f.h b/ui/gfx/geometry/vector3d_f.h
|
| index f6c23044d5a41b571e2d9329a27db8f4a12ef11e..61e6173060ec2b995ab38be06ab3e4589f9de0e6 100644
|
| --- a/ui/gfx/geometry/vector3d_f.h
|
| +++ b/ui/gfx/geometry/vector3d_f.h
|
| @@ -133,8 +133,8 @@ GFX_EXPORT float ClockwiseAngleBetweenVectorsInDegrees(
|
| const gfx::Vector3dF& normal);
|
|
|
| // 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 Vector3dF& vector, ::std::ostream* os);
|
|
|
| } // namespace gfx
|
|
|