| Index: runtime/vm/cha.h
|
| diff --git a/runtime/vm/cha.h b/runtime/vm/cha.h
|
| index 7aa777487e2564621654290a152fb819141f7233..5bd7796b75b37dd3a64900c96d14447648cce96b 100644
|
| --- a/runtime/vm/cha.h
|
| +++ b/runtime/vm/cha.h
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef VM_CHA_H_
|
| -#define VM_CHA_H_
|
| +#ifndef RUNTIME_VM_CHA_H_
|
| +#define RUNTIME_VM_CHA_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/growable_array.h"
|
| @@ -85,4 +85,4 @@ class CHA : public StackResource {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CHA_H_
|
| +#endif // RUNTIME_VM_CHA_H_
|
|
|