| Index: runtime/vm/native_arguments.h
|
| diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h
|
| index 2f94d8f06bd0aae74bcf3edc1943e830017ab39a..3586569a1f52f39da64fd71840d70e7a4a2ed6de 100644
|
| --- a/runtime/vm/native_arguments.h
|
| +++ b/runtime/vm/native_arguments.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_NATIVE_ARGUMENTS_H_
|
| -#define VM_NATIVE_ARGUMENTS_H_
|
| +#ifndef RUNTIME_VM_NATIVE_ARGUMENTS_H_
|
| +#define RUNTIME_VM_NATIVE_ARGUMENTS_H_
|
|
|
| #include "platform/assert.h"
|
| #include "platform/memory_sanitizer.h"
|
| @@ -262,4 +262,4 @@ class NativeArguments {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_NATIVE_ARGUMENTS_H_
|
| +#endif // RUNTIME_VM_NATIVE_ARGUMENTS_H_
|
|
|