Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
| index d02f2957c99ddc4876f8b07cdf6f21d908391f77..3b0746e70c5910ce02b0ec411cf95775d6c8d54c 100644 |
| --- a/runtime/vm/intermediate_language.h |
| +++ b/runtime/vm/intermediate_language.h |
| @@ -1858,7 +1858,7 @@ struct BranchLabels { |
| }; |
| -struct InductionVariableInfo; |
| +class InductionVariableInfo; |
| class PhiInstr : public Definition { |