| Index: tonic/mojo_converter.h
|
| diff --git a/tonic/mojo_converter.h b/tonic/mojo_converter.h
|
| index 1019662a4270723ef01908589e74df2d27ec62c1..38d68e20ec442301cd07f29b692bb01cc2ffa67f 100644
|
| --- a/tonic/mojo_converter.h
|
| +++ b/tonic/mojo_converter.h
|
| @@ -8,7 +8,7 @@
|
| #include "mojo/public/cpp/system/handle.h"
|
| #include "tonic/dart_converter.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
|
|
| template <typename HandleType>
|
| struct DartConverter<mojo::ScopedHandleBase<HandleType>> {
|
| @@ -41,6 +41,6 @@ struct DartConverter<mojo::ScopedHandleBase<HandleType>> {
|
| }
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|
| #endif // SKY_ENGINE_TONIC_MOJO_CONVERTER_H_
|
|
|