| Index: sky/engine/platform/Supplementable.h
|
| diff --git a/sky/engine/platform/Supplementable.h b/sky/engine/platform/Supplementable.h
|
| index 6e15e4317e8a24bef2c7e55e3ff3f9eedbc78bf9..52479ab34ad93fde7142eb4bb4fc3e3c5263b634 100644
|
| --- a/sky/engine/platform/Supplementable.h
|
| +++ b/sky/engine/platform/Supplementable.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Supplementable_h
|
| -#define Supplementable_h
|
| +#ifndef SKY_ENGINE_PLATFORM_SUPPLEMENTABLE_H_
|
| +#define SKY_ENGINE_PLATFORM_SUPPLEMENTABLE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/Assertions.h"
|
| @@ -196,4 +196,4 @@ class Supplementable : public SupplementableBase<T, false> {
|
|
|
| } // namespace blink
|
|
|
| -#endif // Supplementable_h
|
| +#endif // SKY_ENGINE_PLATFORM_SUPPLEMENTABLE_H_
|
|
|