| Index: sky/engine/platform/transforms/PerspectiveTransformOperation.h
|
| diff --git a/sky/engine/platform/transforms/PerspectiveTransformOperation.h b/sky/engine/platform/transforms/PerspectiveTransformOperation.h
|
| index b94794174a86c19d42c186a051a337447a689398..db883680f7172a29613dcd30c914d309100a1c50 100644
|
| --- a/sky/engine/platform/transforms/PerspectiveTransformOperation.h
|
| +++ b/sky/engine/platform/transforms/PerspectiveTransformOperation.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PerspectiveTransformOperation_h
|
| -#define PerspectiveTransformOperation_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TRANSFORMS_PERSPECTIVETRANSFORMOPERATION_H_
|
| +#define SKY_ENGINE_PLATFORM_TRANSFORMS_PERSPECTIVETRANSFORMOPERATION_H_
|
|
|
| #include "sky/engine/platform/transforms/TransformOperation.h"
|
|
|
| @@ -73,4 +73,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PerspectiveTransformOperation_h
|
| +#endif // SKY_ENGINE_PLATFORM_TRANSFORMS_PERSPECTIVETRANSFORMOPERATION_H_
|
|
|