| Index: src/snapshot/natives.h
|
| diff --git a/src/snapshot/natives.h b/src/snapshot/natives.h
|
| index 357faad1f89c824d682292ede5d8001fee4fd4f0..8fda01c40479a712cc17b7deb9cae168a1d7914a 100644
|
| --- a/src/snapshot/natives.h
|
| +++ b/src/snapshot/natives.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 V8_NATIVES_H_
|
| -#define V8_NATIVES_H_
|
| +#ifndef V8_SNAPSHOT_NATIVES_H_
|
| +#define V8_SNAPSHOT_NATIVES_H_
|
|
|
| #include "src/vector.h"
|
|
|
| @@ -46,4 +46,4 @@ void DisposeNatives();
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_NATIVES_H_
|
| +#endif // V8_SNAPSHOT_NATIVES_H_
|
|
|