| Index: tonic/dart_wrapper_info.h
|
| diff --git a/tonic/dart_wrapper_info.h b/tonic/dart_wrapper_info.h
|
| index 79f7740cc093fd5cf517dc6958d44cd0d22ccf08..763a3b1151f13d25f8079580f1ed787dc1522209 100644
|
| --- a/tonic/dart_wrapper_info.h
|
| +++ b/tonic/dart_wrapper_info.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SKY_ENGINE_TONIC_DART_WRAPPER_INFO_H_
|
| -#define SKY_ENGINE_TONIC_DART_WRAPPER_INFO_H_
|
| +#ifndef TONIC_DART_WRAPPER_INFO_H_
|
| +#define TONIC_DART_WRAPPER_INFO_H_
|
|
|
| #include "base/macros.h"
|
|
|
| @@ -25,4 +25,4 @@ struct DartWrapperInfo {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_WRAPPER_INFO_H_
|
| +#endif // TONIC_DART_WRAPPER_INFO_H_
|
|
|