| Index: sky/engine/public/platform/WebURLResponse.h
|
| diff --git a/sky/engine/public/platform/WebURLResponse.h b/sky/engine/public/platform/WebURLResponse.h
|
| index 5f70b0527c9823df53ad319a2299da76ad9182a0..f82957047ef2be9693b2280780e6dfca71f0b59e 100644
|
| --- a/sky/engine/public/platform/WebURLResponse.h
|
| +++ b/sky/engine/public/platform/WebURLResponse.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebURLResponse_h
|
| -#define WebURLResponse_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBURLRESPONSE_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBURLRESPONSE_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| #include "sky/engine/public/platform/WebPrivateOwnPtr.h"
|
| @@ -197,4 +197,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBURLRESPONSE_H_
|
|
|