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

Unified Diff: src/shell.h

Issue 99343: Cleanup include guards: (Closed)
Patch Set: Fix for include/v8-debug.h Created 11 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/regexp-stack.h ('k') | src/unicode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shell.h
diff --git a/src/shell.h b/src/shell.h
index 4042c07ca211f7ff9bdedddae242c2299df9fa88..671245128785f53debcf168f5621fa855d2cde9f 100644
--- a/src/shell.h
+++ b/src/shell.h
@@ -27,6 +27,9 @@
//
// A simple interactive shell. Enable with --shell.
+#ifndef V8_SHELL_H_
+#define V8_SHELL_H_
+
#include "../public/debug.h"
namespace v8 { namespace internal {
@@ -47,3 +50,5 @@ class Shell {
};
} } // namespace v8::internal
+
+#endif // V8_SHELL_H_
« no previous file with comments | « src/regexp-stack.h ('k') | src/unicode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698