| Index: runtime/vm/unit_test.h
|
| diff --git a/runtime/vm/unit_test.h b/runtime/vm/unit_test.h
|
| index 189515faefa52ab4c0b4f1e00b32ec720aa94232..9047f02ea9d1bef37f126c283654651b4818a293 100644
|
| --- a/runtime/vm/unit_test.h
|
| +++ b/runtime/vm/unit_test.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_UNIT_TEST_H_
|
| -#define VM_UNIT_TEST_H_
|
| +#ifndef RUNTIME_VM_UNIT_TEST_H_
|
| +#define RUNTIME_VM_UNIT_TEST_H_
|
|
|
| #include "include/dart_native_api.h"
|
|
|
| @@ -619,4 +619,4 @@ class SetFlagScope : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_UNIT_TEST_H_
|
| +#endif // RUNTIME_VM_UNIT_TEST_H_
|
|
|