| Index: tonic/dart_builtin.h
|
| diff --git a/tonic/dart_builtin.h b/tonic/dart_builtin.h
|
| index 61e47da1c141a8fd9a7167ddf5b037cd4adc6343..ac5564b166518b7136653b0e50e48f5b3da547ad 100644
|
| --- a/tonic/dart_builtin.h
|
| +++ b/tonic/dart_builtin.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_BUILTIN_H_
|
| -#define SKY_ENGINE_TONIC_DART_BUILTIN_H_
|
| +#ifndef TONIC_DART_BUILTIN_H_
|
| +#define TONIC_DART_BUILTIN_H_
|
|
|
| #include "base/macros.h"
|
| #include "dart/runtime/include/dart_api.h"
|
| @@ -39,4 +39,4 @@ class DartBuiltin {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_BUILTIN_H_
|
| +#endif // TONIC_DART_BUILTIN_H_
|
|
|