Chromium Code Reviews| Index: src/compiler/common-operator.h |
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h |
| index 83cb5b2c66bdfd45ff7dba8f503f5a9aed5b527f..80671e20df22ca73883a1da7359ee45bc0615a8c 100644 |
| --- a/src/compiler/common-operator.h |
| +++ b/src/compiler/common-operator.h |
| @@ -14,11 +14,7 @@ namespace internal { |
| // Forward declarations. |
| class ExternalReference; |
| -template <class> |
| -class TypeImpl; |
| -struct ZoneTypeConfig; |
| -typedef TypeImpl<ZoneTypeConfig> Type; |
| - |
| +class Type; |
| namespace compiler { |