| Index: sky/engine/public/web/WebConsoleMessage.h
|
| diff --git a/sky/engine/public/web/WebConsoleMessage.h b/sky/engine/public/web/WebConsoleMessage.h
|
| index 616e8ebb0fd8349df9c42ce3b8b778e667fa00a6..f9262a4436079cc6db4670395354d0e09db239bf 100644
|
| --- a/sky/engine/public/web/WebConsoleMessage.h
|
| +++ b/sky/engine/public/web/WebConsoleMessage.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebConsoleMessage_h
|
| -#define WebConsoleMessage_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBCONSOLEMESSAGE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBCONSOLEMESSAGE_H_
|
|
|
| #include "../platform/WebString.h"
|
|
|
| @@ -57,4 +57,4 @@ struct WebConsoleMessage {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBCONSOLEMESSAGE_H_
|
|
|