| Index: sky/engine/platform/EventTracer.h
|
| diff --git a/sky/engine/platform/EventTracer.h b/sky/engine/platform/EventTracer.h
|
| index 9d4e15322f530a3683872e5c266c9cf04be24d2f..0858eece9880002a2370518abc39febefab08238 100644
|
| --- a/sky/engine/platform/EventTracer.h
|
| +++ b/sky/engine/platform/EventTracer.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EventTracer_h
|
| -#define EventTracer_h
|
| +#ifndef SKY_ENGINE_PLATFORM_EVENTTRACER_H_
|
| +#define SKY_ENGINE_PLATFORM_EVENTTRACER_H_
|
|
|
| #include <stdint.h>
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -81,4 +81,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // EventTracer_h
|
| +#endif // SKY_ENGINE_PLATFORM_EVENTTRACER_H_
|
|
|