Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: src/snapshot/snapshot.h

Issue 1091983002: Correctly name header macros for src/snapshot/*.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/snapshot/serialize.h ('k') | src/snapshot/snapshot-source-sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/snapshot.h
diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h
index d2eaaa2d811037e0515a7a10515da1f569af3a85..371afef4fcd5c349f1cbf4f2b280eee692ef78cf 100644
--- a/src/snapshot/snapshot.h
+++ b/src/snapshot/snapshot.h
@@ -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_
« no previous file with comments | « src/snapshot/serialize.h ('k') | src/snapshot/snapshot-source-sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698