| Index: tonic/dart_string.h
|
| diff --git a/tonic/dart_string.h b/tonic/dart_string.h
|
| index fb9f026437b705e3bc5ae632e1f4cb1f4528fbef..ccb0619c801af0a5e31758f02295ab72757b39cc 100644
|
| --- a/tonic/dart_string.h
|
| +++ b/tonic/dart_string.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_STRING_H_
|
| -#define SKY_ENGINE_TONIC_DART_STRING_H_
|
| +#ifndef TONIC_DART_STRING_H_
|
| +#define TONIC_DART_STRING_H_
|
|
|
| #include "base/logging.h"
|
| #include "dart/runtime/include/dart_api.h"
|
| @@ -16,4 +16,4 @@ String ExternalizeDartString(Dart_Handle handle);
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_STRING_H_
|
| +#endif // TONIC_DART_STRING_H_
|
|
|