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

Unified Diff: src/sweeper-thread.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/stub-cache.cc ('k') | src/sweeper-thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/sweeper-thread.h
diff --git a/src/sweeper-thread.h b/src/sweeper-thread.h
index 794e660aa61c8373f3d201b659882702c5243685..cafd8f8a59ca884cf28cf8548264747a48defba2 100644
--- a/src/sweeper-thread.h
+++ b/src/sweeper-thread.h
@@ -5,14 +5,14 @@
#ifndef V8_SWEEPER_THREAD_H_
#define V8_SWEEPER_THREAD_H_
-#include "atomicops.h"
-#include "flags.h"
-#include "platform.h"
-#include "utils.h"
+#include "src/atomicops.h"
+#include "src/flags.h"
+#include "src/platform.h"
+#include "src/utils.h"
-#include "spaces.h"
+#include "src/spaces.h"
-#include "heap.h"
+#include "src/heap.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/stub-cache.cc ('k') | src/sweeper-thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698