| Index: ui/gfx/geometry/point_unittest.cc
|
| diff --git a/ui/gfx/geometry/point_unittest.cc b/ui/gfx/geometry/point_unittest.cc
|
| index dd5ea1d4ce7d3f486361f4333bfa3b8b47c496cb..6acef25f0b41a9902033ef0e3798661efdf5dbc8 100644
|
| --- a/ui/gfx/geometry/point_unittest.cc
|
| +++ b/ui/gfx/geometry/point_unittest.cc
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/point_conversions.h"
|
|
|