| Index: sky/engine/platform/CheckedInt.h
|
| diff --git a/sky/engine/platform/CheckedInt.h b/sky/engine/platform/CheckedInt.h
|
| index 67f8a1e9da3488c0554818d1321fa16e618b87f9..aa8b65d762f4c8888d26a1d1dc7654fdace10620 100644
|
| --- a/sky/engine/platform/CheckedInt.h
|
| +++ b/sky/engine/platform/CheckedInt.h
|
| @@ -12,8 +12,8 @@
|
| // 3) Define MOZ_DELETE
|
| // 4) Change namespace mozilla to namespace blink
|
|
|
| -#ifndef mozilla_CheckedInt_h_
|
| -#define mozilla_CheckedInt_h_
|
| +#ifndef SKY_ENGINE_PLATFORM_CHECKEDINT_H_
|
| +#define SKY_ENGINE_PLATFORM_CHECKEDINT_H_
|
|
|
| /*
|
| * Build options. Comment out these #defines to disable the corresponding
|
| @@ -815,4 +815,4 @@ typedef CheckedInt<uint64_t> CheckedUint64;
|
|
|
| } // namespace blink
|
|
|
| -#endif /* mozilla_CheckedInt_h_ */
|
| +#endif // SKY_ENGINE_PLATFORM_CHECKEDINT_H_
|
|
|