Chromium Code Reviews| 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: |