| Index: sky/engine/bindings/core/v8/SharedPersistent.h
|
| diff --git a/sky/engine/bindings/core/v8/SharedPersistent.h b/sky/engine/bindings/core/v8/SharedPersistent.h
|
| index 79b5c2df40b6188d2da19678320598778923f728..45105e915705b8e62e7467793bce53cb48fde7b4 100644
|
| --- a/sky/engine/bindings/core/v8/SharedPersistent.h
|
| +++ b/sky/engine/bindings/core/v8/SharedPersistent.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SharedPersistent_h
|
| -#define SharedPersistent_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SHAREDPERSISTENT_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SHAREDPERSISTENT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SharedPersistent_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SHAREDPERSISTENT_H_
|
|
|