| Index: sky/engine/bindings/core/v8/V8PersistentValueVector.h
|
| diff --git a/sky/engine/bindings/core/v8/V8PersistentValueVector.h b/sky/engine/bindings/core/v8/V8PersistentValueVector.h
|
| index 15e364b4e38fbdd637e2b5c880dc3eb64e104e8a..edec2c45a0e291c4d70ddf88f8d9265bef1c2ae5 100644
|
| --- a/sky/engine/bindings/core/v8/V8PersistentValueVector.h
|
| +++ b/sky/engine/bindings/core/v8/V8PersistentValueVector.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8PersistentValueVector_h
|
| -#define V8PersistentValueVector_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_V8PERSISTENTVALUEVECTOR_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_V8PERSISTENTVALUEVECTOR_H_
|
|
|
| #include "sky/engine/wtf/Vector.h"
|
| #include "v8/include/v8-util.h"
|
| @@ -74,4 +74,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // V8PersistentValueVector_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_V8PERSISTENTVALUEVECTOR_H_
|
|
|