| Index: sky/engine/core/frame/LocalDOMWindow.h
|
| diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
|
| index fba5c32bba797f13e0e3042a6aa24c550dda2a2c..29d81b85f9a66d4fec3553251bb862061c8bce13 100644
|
| --- a/sky/engine/core/frame/LocalDOMWindow.h
|
| +++ b/sky/engine/core/frame/LocalDOMWindow.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LocalDOMWindow_h
|
| -#define LocalDOMWindow_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_LOCALDOMWINDOW_H_
|
| +#define SKY_ENGINE_CORE_FRAME_LOCALDOMWINDOW_H_
|
|
|
| #include "sky/engine/bindings/core/v8/Dictionary.h"
|
| #include "sky/engine/bindings/core/v8/SerializedScriptValue.h"
|
| @@ -258,4 +258,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // LocalDOMWindow_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_LOCALDOMWINDOW_H_
|
|
|