| Index: runtime/vm/longjump.h
|
| diff --git a/runtime/vm/longjump.h b/runtime/vm/longjump.h
|
| index ce4f813f7629954a58ad94c06701de378e38c482..b62230fe58fc94a957268aedee3f96c92ee61b45 100644
|
| --- a/runtime/vm/longjump.h
|
| +++ b/runtime/vm/longjump.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_LONGJUMP_H_
|
| -#define VM_LONGJUMP_H_
|
| +#ifndef RUNTIME_VM_LONGJUMP_H_
|
| +#define RUNTIME_VM_LONGJUMP_H_
|
|
|
| #include <setjmp.h>
|
|
|
| @@ -45,4 +45,4 @@ class LongJumpScope : public StackResource {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_LONGJUMP_H_
|
| +#endif // RUNTIME_VM_LONGJUMP_H_
|
|
|