| Index: cc/base/math_util.h
|
| diff --git a/cc/math_util.h b/cc/base/math_util.h
|
| similarity index 97%
|
| rename from cc/math_util.h
|
| rename to cc/base/math_util.h
|
| index 24a155d74422c31ea8a3cd8f1a7c54bfc8e85e88..27ecc7fdeff125c612113cf76405cb84aec35d89 100644
|
| --- a/cc/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_MATH_UTIL_H_
|
| -#define CC_MATH_UTIL_H_
|
| +#ifndef CC_BASE_MATH_UTIL_H_
|
| +#define CC_BASE_MATH_UTIL_H_
|
|
|
| #include <cmath>
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/cc_export.h"
|
| -#include "ui/gfx/point_f.h"
|
| +#include "cc/base/cc_export.h"
|
| #include "ui/gfx/point3_f.h"
|
| +#include "ui/gfx/point_f.h"
|
| #include "ui/gfx/size.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| @@ -138,4 +138,4 @@ public:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_MATH_UTIL_H_
|
| +#endif // CC_BASE_MATH_UTIL_H_
|
|
|