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

Unified Diff: src/compiler/type-cache.h

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Renamed defines to match new file locations 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
Index: src/compiler/type-cache.h
diff --git a/src/compiler/type-cache.h b/src/compiler/type-cache.h
index 76a57d3d1d9b5e367814d43d19faf17e3e1ec6c4..aa51dacf91c2e47e40bc355d072cf509c74d8a64 100644
--- a/src/compiler/type-cache.h
+++ b/src/compiler/type-cache.h
@@ -15,7 +15,7 @@ namespace compiler {
class TypeCache final {
private:
// This has to be first for the initialization magic to work.
- base::AccountingAllocator allocator;
+ AccountingAllocator allocator;
Zone zone_;
public:

Powered by Google App Engine
This is Rietveld 408576698