| Index: runtime/vm/verifier.h
|
| diff --git a/runtime/vm/verifier.h b/runtime/vm/verifier.h
|
| index 8ae222d661fcf0b3267463e2c2a35e447f09f50d..bade6abc6088ee9e8e1972de824ec8636e0a439c 100644
|
| --- a/runtime/vm/verifier.h
|
| +++ b/runtime/vm/verifier.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_VERIFIER_H_
|
| -#define VM_VERIFIER_H_
|
| +#ifndef RUNTIME_VM_VERIFIER_H_
|
| +#define RUNTIME_VM_VERIFIER_H_
|
|
|
| #include "vm/flags.h"
|
| #include "vm/globals.h"
|
| @@ -98,4 +98,4 @@ class VerifyCanonicalVisitor : public ObjectVisitor {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_VERIFIER_H_
|
| +#endif // RUNTIME_VM_VERIFIER_H_
|
|
|