| Index: sky/engine/core/page/TouchDisambiguation.h
|
| diff --git a/sky/engine/core/page/TouchDisambiguation.h b/sky/engine/core/page/TouchDisambiguation.h
|
| index b04e6c4d221b80e71358830f925a5b9cc9849ac1..0058913092b7ac0be4e3456ccf69bf939a01cc74 100644
|
| --- a/sky/engine/core/page/TouchDisambiguation.h
|
| +++ b/sky/engine/core/page/TouchDisambiguation.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TouchDisambiguation_h
|
| -#define TouchDisambiguation_h
|
| +#ifndef SKY_ENGINE_CORE_PAGE_TOUCHDISAMBIGUATION_H_
|
| +#define SKY_ENGINE_CORE_PAGE_TOUCHDISAMBIGUATION_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -44,4 +44,4 @@ void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_PAGE_TOUCHDISAMBIGUATION_H_
|
|
|