| Index: sky/engine/core/events/ResourceProgressEvent.h
|
| diff --git a/sky/engine/core/events/ResourceProgressEvent.h b/sky/engine/core/events/ResourceProgressEvent.h
|
| index d8790c140b30bd2f0f29819690fb3f60303fbf5a..f46d79334d254c1e2d3b6b7a77a9be4036ca3391 100644
|
| --- a/sky/engine/core/events/ResourceProgressEvent.h
|
| +++ b/sky/engine/core/events/ResourceProgressEvent.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ResourceProgressEvent_h
|
| -#define ResourceProgressEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_RESOURCEPROGRESSEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_RESOURCEPROGRESSEVENT_H_
|
|
|
| #include "sky/engine/core/events/ProgressEvent.h"
|
|
|
| @@ -68,4 +68,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ResourceProgressEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_RESOURCEPROGRESSEVENT_H_
|
|
|