| Index: cc/base/float_quad_unittest.cc
|
| diff --git a/cc/float_quad_unittest.cc b/cc/base/float_quad_unittest.cc
|
| similarity index 98%
|
| rename from cc/float_quad_unittest.cc
|
| rename to cc/base/float_quad_unittest.cc
|
| index a13c582cb633a7862ae6c3d008808487918c10ef..fa2f970dd40f98392e9dcf4b7ae254dfaad9dcda 100644
|
| --- a/cc/float_quad_unittest.cc
|
| +++ b/cc/base/float_quad_unittest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/math_util.h"
|
| +#include "cc/base/math_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "ui/gfx/rect_f.h"
|
| #include "ui/gfx/quad_f.h"
|
| +#include "ui/gfx/rect_f.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace cc {
|
|
|