| Index: runtime/vm/assembler.h
|
| diff --git a/runtime/vm/assembler.h b/runtime/vm/assembler.h
|
| index 36279fbcc0ab9685bf079f2f06e7ae7be92ec70f..f722d091d7e4dc4927d18a697bab9b4483b3b1a0 100644
|
| --- a/runtime/vm/assembler.h
|
| +++ b/runtime/vm/assembler.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_ASSEMBLER_H_
|
| -#define VM_ASSEMBLER_H_
|
| +#ifndef RUNTIME_VM_ASSEMBLER_H_
|
| +#define RUNTIME_VM_ASSEMBLER_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| @@ -348,4 +348,4 @@ enum RestorePP {
|
| #error Unknown architecture.
|
| #endif
|
|
|
| -#endif // VM_ASSEMBLER_H_
|
| +#endif // RUNTIME_VM_ASSEMBLER_H_
|
|
|