| Index: sky/engine/public/platform/WebURLLoaderClient.h
|
| diff --git a/sky/engine/public/platform/WebURLLoaderClient.h b/sky/engine/public/platform/WebURLLoaderClient.h
|
| index 0c2ab151f74118e12aa1020554110e9c1abdbfb6..24a60e1e086a3d5e3fdd37e90f1c383d02af486c 100644
|
| --- a/sky/engine/public/platform/WebURLLoaderClient.h
|
| +++ b/sky/engine/public/platform/WebURLLoaderClient.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebURLLoaderClient_h
|
| -#define WebURLLoaderClient_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBURLLOADERCLIENT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBURLLOADERCLIENT_H_
|
|
|
| namespace blink {
|
|
|
| @@ -76,4 +76,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBURLLOADERCLIENT_H_
|
|
|