| Index: runtime/bin/vmservice_impl.h
|
| diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
|
| index f499abfd41b67abea619ff086e0d49a19fdb205e..5c03c33d19fe667e8c5d0d68be31f14d11e96c4f 100644
|
| --- a/runtime/bin/vmservice_impl.h
|
| +++ b/runtime/bin/vmservice_impl.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_VMSERVICE_IMPL_H_
|
| -#define BIN_VMSERVICE_IMPL_H_
|
| +#ifndef RUNTIME_BIN_VMSERVICE_IMPL_H_
|
| +#define RUNTIME_BIN_VMSERVICE_IMPL_H_
|
|
|
| #include "include/dart_api.h"
|
|
|
| @@ -59,4 +59,4 @@ class VmService {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // BIN_VMSERVICE_IMPL_H_
|
| +#endif // RUNTIME_BIN_VMSERVICE_IMPL_H_
|
|
|