| Index: sky/engine/wtf/HashIterators.h
|
| diff --git a/sky/engine/wtf/HashIterators.h b/sky/engine/wtf/HashIterators.h
|
| index ea7a468179a45193fbfa966cfd52d1793cf8b3ed..709343aee9ba848b5c78b71783badace37f7d20b 100644
|
| --- a/sky/engine/wtf/HashIterators.h
|
| +++ b/sky/engine/wtf/HashIterators.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WTF_HashIterators_h
|
| -#define WTF_HashIterators_h
|
| +#ifndef SKY_ENGINE_WTF_HASHITERATORS_H_
|
| +#define SKY_ENGINE_WTF_HASHITERATORS_H_
|
|
|
| namespace WTF {
|
|
|
| @@ -215,4 +215,4 @@ namespace WTF {
|
|
|
| } // namespace WTF
|
|
|
| -#endif // WTF_HashIterators_h
|
| +#endif // SKY_ENGINE_WTF_HASHITERATORS_H_
|
|
|