| Index: sky/engine/core/dom/TouchList.h
|
| diff --git a/sky/engine/core/dom/TouchList.h b/sky/engine/core/dom/TouchList.h
|
| index c6adf8a38b33638566172f466210e07e7e910596..b106a5a12d4545e28fd1c1e5cbcec6f4750e6884 100644
|
| --- a/sky/engine/core/dom/TouchList.h
|
| +++ b/sky/engine/core/dom/TouchList.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TouchList_h
|
| -#define TouchList_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_TOUCHLIST_H_
|
| +#define SKY_ENGINE_CORE_DOM_TOUCHLIST_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/dom/Touch.h"
|
| @@ -69,4 +69,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // TouchList_h
|
| +#endif // SKY_ENGINE_CORE_DOM_TOUCHLIST_H_
|
|
|