| Index: tonic/dart_error.h
|
| diff --git a/tonic/dart_error.h b/tonic/dart_error.h
|
| index 333eb18540b252f62532b46ca20ea8c6a5f01229..351d41fd08a7aa1deec5ce1cf50b50df5198ae3c 100644
|
| --- a/tonic/dart_error.h
|
| +++ b/tonic/dart_error.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_ERROR_H_
|
| -#define SKY_ENGINE_TONIC_DART_ERROR_H_
|
| +#ifndef TONIC_DART_ERROR_H_
|
| +#define TONIC_DART_ERROR_H_
|
|
|
| #include "dart/runtime/include/dart_api.h"
|
|
|
| @@ -17,5 +17,5 @@ bool LogIfError(Dart_Handle handle);
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_ERROR_H_
|
| +#endif // TONIC_DART_ERROR_H_
|
|
|
|
|