| Index: sky/engine/core/frame/FrameConsole.h
|
| diff --git a/sky/engine/core/frame/FrameConsole.h b/sky/engine/core/frame/FrameConsole.h
|
| index 83ff984d293bfe7f4345c2c834e47c7c5ed91a81..6b47b47e71c490bd07f518b4039a82e1484a99da 100644
|
| --- a/sky/engine/core/frame/FrameConsole.h
|
| +++ b/sky/engine/core/frame/FrameConsole.h
|
| @@ -26,8 +26,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FrameConsole_h
|
| -#define FrameConsole_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_FRAMECONSOLE_H_
|
| +#define SKY_ENGINE_CORE_FRAME_FRAMECONSOLE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptState.h"
|
| #include "sky/engine/core/frame/ConsoleTypes.h"
|
| @@ -76,4 +76,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FrameConsole_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_FRAMECONSOLE_H_
|
|
|