| Index: runtime/vm/weak_code.h
|
| diff --git a/runtime/vm/weak_code.h b/runtime/vm/weak_code.h
|
| index 9fd11c198892021d977dbd48d648499274868849..42da4d7886aa6917ad4c0f8c7a88ac40ad4d626d 100644
|
| --- a/runtime/vm/weak_code.h
|
| +++ b/runtime/vm/weak_code.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_WEAK_CODE_H_
|
| -#define VM_WEAK_CODE_H_
|
| +#ifndef RUNTIME_VM_WEAK_CODE_H_
|
| +#define RUNTIME_VM_WEAK_CODE_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/globals.h"
|
| @@ -39,4 +39,4 @@ class WeakCodeReferences : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_WEAK_CODE_H_
|
| +#endif // RUNTIME_VM_WEAK_CODE_H_
|
|
|