| Index: sky/engine/wtf/NonCopyingSort.h
|
| diff --git a/sky/engine/wtf/NonCopyingSort.h b/sky/engine/wtf/NonCopyingSort.h
|
| index ec5c6ec1acd49a43e23bd74e25dd86da2af54530..4c6994bd76bc7f539692eb71ab385dc6368a668e 100644
|
| --- a/sky/engine/wtf/NonCopyingSort.h
|
| +++ b/sky/engine/wtf/NonCopyingSort.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_NonCopyingSort_h
|
| -#define WTF_NonCopyingSort_h
|
| +#ifndef SKY_ENGINE_WTF_NONCOPYINGSORT_H_
|
| +#define SKY_ENGINE_WTF_NONCOPYINGSORT_H_
|
|
|
| namespace WTF {
|
|
|
| @@ -86,4 +86,4 @@ inline void nonCopyingSort(RandomAccessIterator start, RandomAccessIterator end,
|
|
|
| using WTF::nonCopyingSort;
|
|
|
| -#endif // WTF_NonCopyingSort_h
|
| +#endif // SKY_ENGINE_WTF_NONCOPYINGSORT_H_
|
|
|