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

Unified Diff: src/once.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/objects-visiting.cc ('k') | src/once.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/once.h
diff --git a/src/once.h b/src/once.h
index 938af281ca1c1b6a1ba8262259d6ea7482a2891d..f319125c052fee7dd9a227057e213a9486b215ef 100644
--- a/src/once.h
+++ b/src/once.h
@@ -52,7 +52,7 @@
#ifndef V8_ONCE_H_
#define V8_ONCE_H_
-#include "atomicops.h"
+#include "src/atomicops.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/objects-visiting.cc ('k') | src/once.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698