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

Unified Diff: src/snapshot/natives.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 | « no previous file | src/snapshot/serialize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | src/snapshot/serialize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698