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

Unified Diff: src/msan.h

Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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/mksnapshot.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/msan.h
diff --git a/src/msan.h b/src/msan.h
index 5282583af5ac8ce432c176c1b71bc8cd304e64fe..4130d22a65211166a5ffa3514733dac425f1155c 100644
--- a/src/msan.h
+++ b/src/msan.h
@@ -7,7 +7,7 @@
#ifndef V8_MSAN_H_
#define V8_MSAN_H_
-#include "globals.h"
+#include "src/globals.h"
#ifndef __has_feature
# define __has_feature(x) 0
« no previous file with comments | « src/mksnapshot.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698