| Index: ui/gfx/animation/tween_unittest.cc
|
| diff --git a/ui/gfx/animation/tween_unittest.cc b/ui/gfx/animation/tween_unittest.cc
|
| index f71a77dccbdd7bf480dce2fe8bbc318c16d71a1c..a25aed3b59ab218be36f2862ae8a6d21b49575ae 100644
|
| --- a/ui/gfx/animation/tween_unittest.cc
|
| +++ b/ui/gfx/animation/tween_unittest.cc
|
| @@ -6,13 +6,14 @@
|
|
|
| #include <math.h>
|
|
|
| +#include "build/build_config.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/gfx/test/gfx_util.h"
|
| +
|
| #if defined(OS_WIN)
|
| #include <float.h>
|
| #endif
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -#include "ui/gfx/test/gfx_util.h"
|
| -
|
| namespace gfx {
|
| namespace {
|
|
|
|
|