| Index: sky/engine/wtf/BitwiseOperations.h
|
| diff --git a/sky/engine/wtf/BitwiseOperations.h b/sky/engine/wtf/BitwiseOperations.h
|
| index 1cb5912a13df40989cc16bae44718ca62804bfd8..d49176524293902b85612e0528c1722cd383818c 100644
|
| --- a/sky/engine/wtf/BitwiseOperations.h
|
| +++ b/sky/engine/wtf/BitwiseOperations.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WTF_BitwiseOperations_h
|
| -#define WTF_BitwiseOperations_h
|
| +#ifndef SKY_ENGINE_WTF_BITWISEOPERATIONS_H_
|
| +#define SKY_ENGINE_WTF_BITWISEOPERATIONS_H_
|
|
|
| // DESCRIPTION
|
| // countLeadingZeros() is a bitwise operation that counts the number of leading
|
| @@ -75,4 +75,4 @@ ALWAYS_INLINE size_t countLeadingZerosSizet(size_t x) { return countLeadingZeros
|
|
|
| } // namespace WTF
|
|
|
| -#endif // WTF_BitwiseOperations_h
|
| +#endif // SKY_ENGINE_WTF_BITWISEOPERATIONS_H_
|
|
|