| Index: ui/gfx/geometry/vector2d_f.cc
|
| diff --git a/ui/gfx/vector2d_f.cc b/ui/gfx/geometry/vector2d_f.cc
|
| similarity index 97%
|
| rename from ui/gfx/vector2d_f.cc
|
| rename to ui/gfx/geometry/vector2d_f.cc
|
| index 2ad267074b3b57c0620ac12a037b96d34c4b96cd..ccb15ae0c4c2078088737708ff735b46775a19b7 100644
|
| --- a/ui/gfx/vector2d_f.cc
|
| +++ b/ui/gfx/geometry/vector2d_f.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/vector2d_f.h"
|
| +#include "ui/gfx/geometry/vector2d_f.h"
|
|
|
| #include <cmath>
|
|
|
|
|