| Index: sky/engine/bindings/core/v8/ScriptRegexp.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptRegexp.h b/sky/engine/bindings/core/v8/ScriptRegexp.h
|
| index f2b0b666286419461487f2ea1050746e10b4326a..f2a13afc9a2e4205ab10519ce36381b322bb7815 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptRegexp.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptRegexp.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptRegexp_h
|
| -#define ScriptRegexp_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTREGEXP_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTREGEXP_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -54,4 +54,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptRegexp_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTREGEXP_H_
|
|
|