| Index: runtime/vm/exceptions.h
|
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
|
| index e85f100bc479e92fe649fd6743dcfa4273cf043b..eaf619438a4b42b6d588cb2d03ed69f9a6469587 100644
|
| --- a/runtime/vm/exceptions.h
|
| +++ b/runtime/vm/exceptions.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_EXCEPTIONS_H_
|
| -#define VM_EXCEPTIONS_H_
|
| +#ifndef RUNTIME_VM_EXCEPTIONS_H_
|
| +#define RUNTIME_VM_EXCEPTIONS_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/token_position.h"
|
| @@ -86,4 +86,4 @@ class Exceptions : AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_EXCEPTIONS_H_
|
| +#endif // RUNTIME_VM_EXCEPTIONS_H_
|
|
|