| Index: sky/engine/bindings/core/v8/ScriptHeapSnapshot.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptHeapSnapshot.h b/sky/engine/bindings/core/v8/ScriptHeapSnapshot.h
|
| index fa518dd34884308bc65df18c2d1989b640cb9b91..b2fc3b57cdadb09b7b6300f6e30a9a77a02f1acf 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptHeapSnapshot.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptHeapSnapshot.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptHeapSnapshot_h
|
| -#define ScriptHeapSnapshot_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTHEAPSNAPSHOT_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTHEAPSNAPSHOT_H_
|
|
|
| #include "sky/engine/wtf/RefCounted.h"
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| @@ -65,4 +65,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptHeapSnapshot_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTHEAPSNAPSHOT_H_
|
|
|