| Index: sky/engine/bindings/core/v8/ScriptSourceCode.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptSourceCode.h b/sky/engine/bindings/core/v8/ScriptSourceCode.h
|
| index 0db8b89f412f8dc0b54ccce9eb2bdd8607302a2c..2b63986f17f7c65f4095190a7559fc57dd80f7ed 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptSourceCode.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptSourceCode.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptSourceCode_h
|
| -#define ScriptSourceCode_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTSOURCECODE_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTSOURCECODE_H_
|
|
|
| #include "sky/engine/core/fetch/ResourcePtr.h"
|
| #include "sky/engine/platform/weborigin/KURL.h"
|
| @@ -65,4 +65,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptSourceCode_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTSOURCECODE_H_
|
|
|