| Index: tonic/dart_library_loader.h
|
| diff --git a/tonic/dart_library_loader.h b/tonic/dart_library_loader.h
|
| index 825ca6b9ed2643cf84dd3b6be03d85d736c72528..db836b7d3045ccb923c817dbf890d31e22a1eb95 100644
|
| --- a/tonic/dart_library_loader.h
|
| +++ b/tonic/dart_library_loader.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_LIBRARY_LOADER_H_
|
| -#define SKY_ENGINE_TONIC_DART_LIBRARY_LOADER_H_
|
| +#ifndef TONIC_DART_LIBRARY_LOADER_H_
|
| +#define TONIC_DART_LIBRARY_LOADER_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -82,4 +82,4 @@ class DartLibraryLoader {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_LIBRARY_LOADER_H_
|
| +#endif // TONIC_DART_LIBRARY_LOADER_H_
|
|
|