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

Unified Diff: test/cctest/cctest.h

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Merge branch 'master' into zonefolder Created 4 years, 3 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/zone/zone-segment.h ('k') | test/cctest/compiler/test-instruction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.h
diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h
index 4ba609bbf46e66dbf797d0204c2c36baa84b02d7..d8fa871484d39b38081e0eeb2171cda93dbf40b4 100644
--- a/test/cctest/cctest.h
+++ b/test/cctest/cctest.h
@@ -32,9 +32,9 @@
#include "include/libplatform/libplatform.h"
#include "include/v8-debug.h"
-#include "src/base/accounting-allocator.h"
#include "src/utils.h"
#include "src/v8.h"
+#include "src/zone/accounting-allocator.h"
namespace v8 {
namespace base {
@@ -587,7 +587,7 @@ class HandleAndZoneScope : public InitializedHandleScope {
i::Zone* main_zone() { return main_zone_.get(); }
private:
- v8::base::AccountingAllocator allocator_;
+ v8::internal::AccountingAllocator allocator_;
std::unique_ptr<i::Zone> main_zone_;
};
« no previous file with comments | « src/zone/zone-segment.h ('k') | test/cctest/compiler/test-instruction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698