| Index: cc/resources/priority_calculator.h
|
| diff --git a/cc/priority_calculator.h b/cc/resources/priority_calculator.h
|
| similarity index 89%
|
| rename from cc/priority_calculator.h
|
| rename to cc/resources/priority_calculator.h
|
| index b528259409849e32c9250445a43f73b46fdde5ea..6ab54bdc933a880f28195a2e9f3662d835dfe44a 100644
|
| --- a/cc/priority_calculator.h
|
| +++ b/cc/resources/priority_calculator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PRIORITY_CALCULATOR_H_
|
| -#define CC_PRIORITY_CALCULATOR_H_
|
| +#ifndef CC_RESOURCES_PRIORITY_CALCULATOR_H_
|
| +#define CC_RESOURCES_PRIORITY_CALCULATOR_H_
|
|
|
| #include "cc/base/cc_export.h"
|
|
|
| @@ -38,4 +38,4 @@ class CC_EXPORT PriorityCalculator {
|
|
|
| }
|
|
|
| -#endif // CC_PRIORITY_CALCULATOR_H_
|
| +#endif // CC_RESOURCES_PRIORITY_CALCULATOR_H_
|
|
|