| Index: sky/engine/bindings/core/v8/ScopedPersistent.h
|
| diff --git a/sky/engine/bindings/core/v8/ScopedPersistent.h b/sky/engine/bindings/core/v8/ScopedPersistent.h
|
| index 4bba5df25e74a95fb3c5a08539545cbb2ab2b0da..3c466c4a2d6e379a1195579a09d3076297865d65 100644
|
| --- a/sky/engine/bindings/core/v8/ScopedPersistent.h
|
| +++ b/sky/engine/bindings/core/v8/ScopedPersistent.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScopedPersistent_h
|
| -#define ScopedPersistent_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCOPEDPERSISTENT_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCOPEDPERSISTENT_H_
|
|
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| #include "v8/include/v8.h"
|
| @@ -102,4 +102,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScopedPersistent_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCOPEDPERSISTENT_H_
|
|
|