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

Unified Diff: src/heap/spaces.h

Issue 1954603002: Move atomic-utils.h into base/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
Index: src/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index 9c35ee5284be36ead2381dc1dcccec5610019c99..cb7c2413c7298c3bac13c1272617c5304471fcbe 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -8,7 +8,7 @@
#include <list>
#include "src/allocation.h"
-#include "src/atomic-utils.h"
+#include "src/base/atomic-utils.h"
#include "src/base/atomicops.h"
#include "src/base/bits.h"
#include "src/base/platform/mutex.h"
« src/base/atomic-utils.h ('K') | « src/heap/heap.h ('k') | src/locked-queue-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698