| Index: sky/engine/core/frame/Location.h
|
| diff --git a/sky/engine/core/frame/Location.h b/sky/engine/core/frame/Location.h
|
| index 0a150606717505e0667ae074ca1c49a16afb3580..6043acb1d875b4d464b2560bd7fd19c3e72fad23 100644
|
| --- a/sky/engine/core/frame/Location.h
|
| +++ b/sky/engine/core/frame/Location.h
|
| @@ -26,8 +26,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Location_h
|
| -#define Location_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_LOCATION_H_
|
| +#define SKY_ENGINE_CORE_FRAME_LOCATION_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/dom/DOMStringList.h"
|
| @@ -86,4 +86,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Location_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_LOCATION_H_
|
|
|