| Index: tonic/dart_converter.h
|
| diff --git a/tonic/dart_converter.h b/tonic/dart_converter.h
|
| index af6dcaf713d7193a937a642e7f59a7f40bf5122e..676f60620ede6dc8ce68584f69d0dd79f70296ba 100644
|
| --- a/tonic/dart_converter.h
|
| +++ b/tonic/dart_converter.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_CONVERTER_H_
|
| -#define SKY_ENGINE_TONIC_DART_CONVERTER_H_
|
| +#ifndef TONIC_DART_CONVERTER_H_
|
| +#define TONIC_DART_CONVERTER_H_
|
|
|
| #include <string>
|
|
|
| @@ -200,4 +200,4 @@ inline Dart_Handle ToDart(const char* val) {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_CONVERTER_H_
|
| +#endif // TONIC_DART_CONVERTER_H_
|
|
|