| Index: sky/engine/core/loader/NavigationPolicy.h
|
| diff --git a/sky/engine/core/loader/NavigationPolicy.h b/sky/engine/core/loader/NavigationPolicy.h
|
| index 39cf90d13cd11ffa7e891d982b360731f8c2b51e..b2fa6a6043dc85a64236ea74723abc08a255c142 100644
|
| --- a/sky/engine/core/loader/NavigationPolicy.h
|
| +++ b/sky/engine/core/loader/NavigationPolicy.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef NavigationPolicy_h
|
| -#define NavigationPolicy_h
|
| +#ifndef SKY_ENGINE_CORE_LOADER_NAVIGATIONPOLICY_H_
|
| +#define SKY_ENGINE_CORE_LOADER_NAVIGATIONPOLICY_H_
|
|
|
| namespace blink {
|
|
|
| @@ -48,4 +48,4 @@ bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_LOADER_NAVIGATIONPOLICY_H_
|
|
|