| Index: runtime/vm/unicode.h
|
| diff --git a/runtime/vm/unicode.h b/runtime/vm/unicode.h
|
| index 7ea10e970b9c88884624995f1819eaf479a5a4d4..6acf84f7de407efb0689177ad9d9e0e5a6d20825 100644
|
| --- a/runtime/vm/unicode.h
|
| +++ b/runtime/vm/unicode.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_UNICODE_H_
|
| -#define VM_UNICODE_H_
|
| +#ifndef RUNTIME_VM_UNICODE_H_
|
| +#define RUNTIME_VM_UNICODE_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/globals.h"
|
| @@ -228,4 +228,4 @@ class CaseMapping : AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_UNICODE_H_
|
| +#endif // RUNTIME_VM_UNICODE_H_
|
|
|