Chromium Code Reviews

Unified Diff: src/string-stream.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/string-search.cc ('k') | src/string-stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-stream.h
diff --git a/src/string-stream.h b/src/string-stream.h
index ecc0e80f5d62f50be1c5d26c7028fcfb19206407..d72d5c2d0e8bee5551832cda61e40c20bea6f605 100644
--- a/src/string-stream.h
+++ b/src/string-stream.h
@@ -5,7 +5,7 @@
#ifndef V8_STRING_STREAM_H_
#define V8_STRING_STREAM_H_
-#include "handles.h"
+#include "src/handles.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/string-search.cc ('k') | src/string-stream.cc » ('j') | no next file with comments »

Powered by Google App Engine