| Index: runtime/bin/vmservice_dartium.h
|
| diff --git a/runtime/bin/vmservice_dartium.h b/runtime/bin/vmservice_dartium.h
|
| index 11067ee2cf772d8ec2778b92b45b1c2b0d0aab7e..b1287f8431beac6b5562bb51fb788c660e27a461 100644
|
| --- a/runtime/bin/vmservice_dartium.h
|
| +++ b/runtime/bin/vmservice_dartium.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_DARTIUM_H_
|
| -#define BIN_VMSERVICE_DARTIUM_H_
|
| +#ifndef RUNTIME_BIN_VMSERVICE_DARTIUM_H_
|
| +#define RUNTIME_BIN_VMSERVICE_DARTIUM_H_
|
|
|
| /* In order to avoid conflicts / issues with blink, no headers are included */
|
|
|
| @@ -38,4 +38,4 @@ class VmServiceServer {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // BIN_VMSERVICE_DARTIUM_H_
|
| +#endif // RUNTIME_BIN_VMSERVICE_DARTIUM_H_
|
|
|