| Index: runtime/bin/utils.h
|
| diff --git a/runtime/bin/utils.h b/runtime/bin/utils.h
|
| index 5311d361e6523fb7027252a51450049665671600..18b1db216c04a0c1ad3e055857306228a0908f52 100644
|
| --- a/runtime/bin/utils.h
|
| +++ b/runtime/bin/utils.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 BIN_UTILS_H_
|
| -#define BIN_UTILS_H_
|
| +#ifndef RUNTIME_BIN_UTILS_H_
|
| +#define RUNTIME_BIN_UTILS_H_
|
|
|
| #include <stdlib.h>
|
| #include <string.h>
|
| @@ -123,4 +123,4 @@ class TimerUtils {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // BIN_UTILS_H_
|
| +#endif // RUNTIME_BIN_UTILS_H_
|
|
|