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

Unified Diff: src/unicode.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/unbound-queue-inl.h ('k') | src/unicode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/unicode.h
diff --git a/src/unicode.h b/src/unicode.h
index ecb5ab4d7daaa717ec42b7e17bad9e4333dec5ea..e2d6b96b97295ca171b0e953e4399fe8e150cbd0 100644
--- a/src/unicode.h
+++ b/src/unicode.h
@@ -6,7 +6,7 @@
#define V8_UNICODE_H_
#include <sys/types.h>
-#include "globals.h"
+#include "src/globals.h"
/**
* \file
* Definitions and convenience functions for working with unicode.
« no previous file with comments | « src/unbound-queue-inl.h ('k') | src/unicode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698