| Index: sky/engine/platform/network/ResourceResponse.h
|
| diff --git a/sky/engine/platform/network/ResourceResponse.h b/sky/engine/platform/network/ResourceResponse.h
|
| index 899693d6038c85ee8f6c9239fb83d4ae6861dad0..558194304d57aecb871559d59d3c11d65a943af0 100644
|
| --- a/sky/engine/platform/network/ResourceResponse.h
|
| +++ b/sky/engine/platform/network/ResourceResponse.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ResourceResponse_h
|
| -#define ResourceResponse_h
|
| +#ifndef SKY_ENGINE_PLATFORM_NETWORK_RESOURCERESPONSE_H_
|
| +#define SKY_ENGINE_PLATFORM_NETWORK_RESOURCERESPONSE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/network/HTTPHeaderMap.h"
|
| @@ -252,4 +252,4 @@ inline bool operator!=(const ResourceResponse& a, const ResourceResponse& b) { r
|
|
|
| } // namespace blink
|
|
|
| -#endif // ResourceResponse_h
|
| +#endif // SKY_ENGINE_PLATFORM_NETWORK_RESOURCERESPONSE_H_
|
|
|