| Index: sky/engine/platform/CalculationValue.h
|
| diff --git a/sky/engine/platform/CalculationValue.h b/sky/engine/platform/CalculationValue.h
|
| index 55744bdd5bd8cc19651c934ab23329537b2c2a00..ebf90ec28bea5046c72a1cb0d3dfdd807d0a6635 100644
|
| --- a/sky/engine/platform/CalculationValue.h
|
| +++ b/sky/engine/platform/CalculationValue.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CalculationValue_h
|
| -#define CalculationValue_h
|
| +#ifndef SKY_ENGINE_PLATFORM_CALCULATIONVALUE_H_
|
| +#define SKY_ENGINE_PLATFORM_CALCULATIONVALUE_H_
|
|
|
| #include "sky/engine/platform/Length.h"
|
| #include "sky/engine/platform/LengthFunctions.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CalculationValue_h
|
| +#endif // SKY_ENGINE_PLATFORM_CALCULATIONVALUE_H_
|
|
|