| Index: sky/engine/core/frame/ConsoleBase.h
|
| diff --git a/sky/engine/core/frame/ConsoleBase.h b/sky/engine/core/frame/ConsoleBase.h
|
| index 6a9d30ce77cbff55ad9a7b373d4f9f156d3b4514..8a5096a1e116fa8346b05250c01b07c93480aa1d 100644
|
| --- a/sky/engine/core/frame/ConsoleBase.h
|
| +++ b/sky/engine/core/frame/ConsoleBase.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ConsoleBase_h
|
| -#define ConsoleBase_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_CONSOLEBASE_H_
|
| +#define SKY_ENGINE_CORE_FRAME_CONSOLEBASE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptState.h"
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| @@ -89,4 +89,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ConsoleBase_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_CONSOLEBASE_H_
|
|
|