| Index: sky/engine/core/fetch/ResourceClient.h
|
| diff --git a/sky/engine/core/fetch/ResourceClient.h b/sky/engine/core/fetch/ResourceClient.h
|
| index a5987e643e36dde57cdf3986f710d7356b93c313..ce3f09df6c0e6688c69b051d2f02b6bf6039a7a6 100644
|
| --- a/sky/engine/core/fetch/ResourceClient.h
|
| +++ b/sky/engine/core/fetch/ResourceClient.h
|
| @@ -22,8 +22,8 @@
|
| pages from the web. It has a memory cache for these objects.
|
| */
|
|
|
| -#ifndef ResourceClient_h
|
| -#define ResourceClient_h
|
| +#ifndef SKY_ENGINE_CORE_FETCH_RESOURCECLIENT_H_
|
| +#define SKY_ENGINE_CORE_FETCH_RESOURCECLIENT_H_
|
|
|
| #include "sky/engine/wtf/FastAllocBase.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -53,4 +53,4 @@ protected:
|
| };
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_FETCH_RESOURCECLIENT_H_
|
|
|