| Index: tonic/mojo_converter.h
|
| diff --git a/tonic/mojo_converter.h b/tonic/mojo_converter.h
|
| index 38d68e20ec442301cd07f29b692bb01cc2ffa67f..6424f62fadfb7301db39bb0bc55ba67ba95fb0de 100644
|
| --- a/tonic/mojo_converter.h
|
| +++ b/tonic/mojo_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_MOJO_CONVERTER_H_
|
| -#define SKY_ENGINE_TONIC_MOJO_CONVERTER_H_
|
| +#ifndef TONIC_MOJO_CONVERTER_H_
|
| +#define TONIC_MOJO_CONVERTER_H_
|
|
|
| #include "mojo/public/cpp/system/handle.h"
|
| #include "tonic/dart_converter.h"
|
| @@ -43,4 +43,4 @@ struct DartConverter<mojo::ScopedHandleBase<HandleType>> {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_MOJO_CONVERTER_H_
|
| +#endif // TONIC_MOJO_CONVERTER_H_
|
|
|