| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index bda3ba014f8b31212be8d352e64dbaf0a2435f83..7b51f9f5840b3ba7bafbb79fd1064f7fd6dabc9a 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_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_STUB_CODE_H_
|
| -#define VM_STUB_CODE_H_
|
| +#ifndef RUNTIME_VM_STUB_CODE_H_
|
| +#define RUNTIME_VM_STUB_CODE_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/assembler.h"
|
| @@ -203,4 +203,4 @@ enum DeoptStubKind {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_STUB_CODE_H_
|
| +#endif // RUNTIME_VM_STUB_CODE_H_
|
|
|