| Index: ui/gfx/geometry/point3_unittest.cc
|
| diff --git a/ui/gfx/point3_unittest.cc b/ui/gfx/geometry/point3_unittest.cc
|
| similarity index 98%
|
| rename from ui/gfx/point3_unittest.cc
|
| rename to ui/gfx/geometry/point3_unittest.cc
|
| index 735ffd5542516112058f74f9f3553cc69a4ef521..77f20d79963dea8e86fd9634823855039f027ee6 100644
|
| --- a/ui/gfx/point3_unittest.cc
|
| +++ b/ui/gfx/geometry/point3_unittest.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/point3_f.h"
|
| -
|
| #include "base/basictypes.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/gfx/geometry/point3_f.h"
|
|
|
| namespace gfx {
|
|
|
|
|