| Index: sky/engine/core/fetch/ResourceLoaderHost.h
|
| diff --git a/sky/engine/core/fetch/ResourceLoaderHost.h b/sky/engine/core/fetch/ResourceLoaderHost.h
|
| index 8f8436a14f35ac7af722288a9aeacf7fff606632..15b4dce1f0e2e8934e362ae2e2eae546966526e3 100644
|
| --- a/sky/engine/core/fetch/ResourceLoaderHost.h
|
| +++ b/sky/engine/core/fetch/ResourceLoaderHost.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ResourceLoaderHost_h
|
| -#define ResourceLoaderHost_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_RESOURCELOADERHOST_H_
|
| +#define SKY_ENGINE_CORE_FETCH_RESOURCELOADERHOST_H_
|
|
|
| #include "sky/engine/platform/network/ResourceError.h"
|
| #include "sky/engine/platform/network/ResourceLoadPriority.h"
|
| @@ -78,4 +78,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // ResourceLoaderHost_h
|
| +#endif // SKY_ENGINE_CORE_FETCH_RESOURCELOADERHOST_H_
|
|
|