| Index: runtime/vm/token.h
|
| diff --git a/runtime/vm/token.h b/runtime/vm/token.h
|
| index 6ddf17ba87b18a1288ca2303a222fcc49e5f51ad..0f5ff542d88873c99a5c109409521a9cd39c010a 100644
|
| --- a/runtime/vm/token.h
|
| +++ b/runtime/vm/token.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_TOKEN_H_
|
| -#define VM_TOKEN_H_
|
| +#ifndef RUNTIME_VM_TOKEN_H_
|
| +#define RUNTIME_VM_TOKEN_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| @@ -330,4 +330,4 @@ class Token {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_TOKEN_H_
|
| +#endif // RUNTIME_VM_TOKEN_H_
|
|
|