| Index: sky/engine/bindings/core/v8/V8HiddenValue.h
|
| diff --git a/sky/engine/bindings/core/v8/V8HiddenValue.h b/sky/engine/bindings/core/v8/V8HiddenValue.h
|
| index 02edc6661d60b4e9dcd9832f717bc99bca2f5c48..d4b4ca0b429b10d3a62ea5163020c0ebf480ec71 100644
|
| --- a/sky/engine/bindings/core/v8/V8HiddenValue.h
|
| +++ b/sky/engine/bindings/core/v8/V8HiddenValue.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8HiddenValue_h
|
| -#define V8HiddenValue_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_V8HIDDENVALUE_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_V8HIDDENVALUE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| #include "sky/engine/bindings/core/v8/ScriptPromiseProperties.h"
|
| @@ -61,4 +61,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // V8HiddenValue_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_V8HIDDENVALUE_H_
|
|
|