| Index: runtime/vm/disassembler.h
|
| diff --git a/runtime/vm/disassembler.h b/runtime/vm/disassembler.h
|
| index 7adb12a494ce288e107221228300f46257e04991..e26a214b96bdc9b1f3d0edbdac037b684a682845 100644
|
| --- a/runtime/vm/disassembler.h
|
| +++ b/runtime/vm/disassembler.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_DISASSEMBLER_H_
|
| -#define VM_DISASSEMBLER_H_
|
| +#ifndef RUNTIME_VM_DISASSEMBLER_H_
|
| +#define RUNTIME_VM_DISASSEMBLER_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/assembler.h"
|
| @@ -138,4 +138,4 @@ class Disassembler : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_DISASSEMBLER_H_
|
| +#endif // RUNTIME_VM_DISASSEMBLER_H_
|
|
|