Correctly name header macros for src/snapshot/*.h.
authoryangguo <yangguo@chromium.org>
Mon, 20 Apr 2015 10:22:21 +0000 (03:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Apr 2015 10:22:07 +0000 (10:22 +0000)
R=mvstanton@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1091983002

Cr-Commit-Position: refs/heads/master@{#27933}

src/snapshot/natives.h
src/snapshot/serialize.h
src/snapshot/snapshot-source-sink.h
src/snapshot/snapshot.h

index 357faad1f89c824d682292ede5d8001fee4fd4f0..8fda01c40479a712cc17b7deb9cae168a1d7914a 100644 (file)
@@ -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_
index da90903dca57d218803fdbfb5e75f099dfb5df05..4be63a1adde06b6fbd4bb499660cf09080829701 100644 (file)
@@ -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_SERIALIZE_H_
-#define V8_SERIALIZE_H_
+#ifndef V8_SNAPSHOT_SERIALIZE_H_
+#define V8_SNAPSHOT_SERIALIZE_H_
 
 #include "src/hashmap.h"
 #include "src/heap-profiler.h"
@@ -1001,4 +1001,4 @@ class SerializedCodeData : public SerializedData {
 };
 } }  // namespace v8::internal
 
-#endif  // V8_SERIALIZE_H_
+#endif  // V8_SNAPSHOT_SERIALIZE_H_
index 6612029a9075bbbc40b794050f7cdf8c72152b36..c6c8df71b8cc735f6f382c5b97ea442592451a56 100644 (file)
@@ -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_SNAPSHOT_SOURCE_SINK_H_
-#define V8_SNAPSHOT_SOURCE_SINK_H_
+#ifndef V8_SNAPSHOT_SNAPSHOT_SOURCE_SINK_H_
+#define V8_SNAPSHOT_SNAPSHOT_SOURCE_SINK_H_
 
 #include "src/base/logging.h"
 #include "src/utils.h"
@@ -104,4 +104,4 @@ class SnapshotByteSink {
 }  // namespace v8::internal
 }  // namespace v8
 
-#endif  // V8_SNAPSHOT_SOURCE_SINK_H_
+#endif  // V8_SNAPSHOT_SNAPSHOT_SOURCE_SINK_H_
index d2eaaa2d811037e0515a7a10515da1f569af3a85..371afef4fcd5c349f1cbf4f2b280eee692ef78cf 100644 (file)
@@ -5,8 +5,8 @@
 #include "src/isolate.h"
 #include "src/snapshot/serialize.h"
 
-#ifndef V8_SNAPSHOT_H_
-#define V8_SNAPSHOT_H_
+#ifndef V8_SNAPSHOT_SNAPSHOT_H_
+#define V8_SNAPSHOT_SNAPSHOT_H_
 
 namespace v8 {
 namespace internal {
@@ -90,4 +90,4 @@ void SetSnapshotFromFile(StartupData* snapshot_blob);
 
 } }  // namespace v8::internal
 
-#endif  // V8_SNAPSHOT_H_
+#endif  // V8_SNAPSHOT_SNAPSHOT_H_