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

Unified Diff: src/utils-inl.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/utils.cc ('k') | src/utils/random-number-generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils-inl.h
diff --git a/src/utils-inl.h b/src/utils-inl.h
index 8c89f65f775b6c1bb8c431439e4fd091bb576b9a..d0c0e3cb2a9d19c6ec5b93aa9b121275c7784487 100644
--- a/src/utils-inl.h
+++ b/src/utils-inl.h
@@ -5,7 +5,7 @@
#ifndef V8_UTILS_INL_H_
#define V8_UTILS_INL_H_
-#include "list-inl.h"
+#include "src/list-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/utils.cc ('k') | src/utils/random-number-generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698