| Index: sky/engine/core/frame/History.h
|
| diff --git a/sky/engine/core/frame/History.h b/sky/engine/core/frame/History.h
|
| index d9c131561a66e12cdeb5a0727ddd6923aa5f5b0a..aa14615a8b01cd209fdea27277cacb481a8b7eef 100644
|
| --- a/sky/engine/core/frame/History.h
|
| +++ b/sky/engine/core/frame/History.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef History_h
|
| -#define History_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_HISTORY_H_
|
| +#define SKY_ENGINE_CORE_FRAME_HISTORY_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/bindings/core/v8/SerializedScriptValue.h"
|
| @@ -74,4 +74,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // History_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_HISTORY_H_
|
|
|